Files
vscode-extension-samples/source-control-sample/tslint.json
2019-03-12 23:24:46 +00:00

6 lines
78 B
JSON

{
"rules": {
"indent": [true, "tabs"],
"semicolon": [true, "always"]
}
}