mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
6 lines
78 B
JSON
6 lines
78 B
JSON
{
|
|
"rules": {
|
|
"indent": [true, "tabs"],
|
|
"semicolon": [true, "always"]
|
|
}
|
|
} |