Files
vscode-extension-samples/custom-editor-sample/tslint.json
Matt Bierner 1a6bac6dd9 Add custom editor example extensions
Adds an example extension for custom editors. This example extension shows two custom editors: one for text and one for binary files
2020-03-24 17:00:57 -07:00

6 lines
78 B
JSON

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