mirror of
https://github.com/suren-atoyan/monaco-react.git
synced 2026-02-01 16:46:52 +00:00
9 lines
126 B
JSON
9 lines
126 B
JSON
{
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"printWidth": 100,
|
|
"trailingComma": "all"
|
|
}
|