mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
6 lines
78 B
JSON
6 lines
78 B
JSON
|
|
{
|
||
|
|
"rules": {
|
||
|
|
"indent": [true, "tabs"],
|
||
|
|
"semicolon": [true, "always"]
|
||
|
|
}
|
||
|
|
}
|