monaco-editor/monaco-typescript/.prettierrc

9 lines
130 B
Plaintext
Raw Normal View History

2020-09-08 00:03:57 +08:00
{
"arrowParens": "always",
"singleQuote": true,
"trailingComma": "none",
"semi": true,
2020-09-19 02:07:20 +08:00
"useTabs": true,
"printWidth": 100
2020-09-08 00:03:57 +08:00
}