mirror of
https://github.com/microsoft/monaco-editor.git
synced 2024-11-25 16:35:44 +08:00
9 lines
130 B
Plaintext
9 lines
130 B
Plaintext
{
|
|
"arrowParens": "always",
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"semi": true,
|
|
"useTabs": true,
|
|
"printWidth": 100
|
|
}
|