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