This website requires JavaScript.
Explore
Help
Register
Sign In
bingyi
/
vscode-extension-samples
Watch
1
Star
0
Fork
0
You've already forked vscode-extension-samples
mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced
2026-06-13 07:10:26 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cfcdec6f416dede956b494e253602a817fe79099
vscode-extension-samples
/
source-control-sample
/
tslint.json
12 lines
98 B
JSON
Raw
Normal View
History
Unescape
Escape
Adding source control sample
2019-03-12 23:24:46 +00:00
{
"rules"
:
{
:lipstick:
2019-03-20 10:31:44 +01:00
"indent"
:
[
true
,
"tabs"
]
,
"semicolon"
:
[
true
,
"always"
]
Adding source control sample
2019-03-12 23:24:46 +00:00
}
}
Reference in New Issue
Copy Permalink