monaco-editor/.prettierrc

9 lines
130 B
Plaintext
Raw Normal View History

2020-09-07 21:46:02 +08:00
{
"arrowParens": "always",
"singleQuote": true,
"trailingComma": "none",
"semi": true,
2020-09-19 07:42:59 +08:00
"useTabs": true,
"printWidth": 100
2020-09-07 21:46:02 +08:00
}