mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +01:00
8 lines
130 B
Text
8 lines
130 B
Text
{
|
|
"arrowParens": "always",
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"semi": true,
|
|
"useTabs": true,
|
|
"printWidth": 100
|
|
}
|