monaco-editor/monaco-editor-samples/.prettierrc

9 lines
130 B
Plaintext
Raw Normal View History

2020-09-02 23:29:22 +08:00
{
2020-09-02 23:35:10 +08:00
"arrowParens": "always",
"singleQuote": true,
"trailingComma": "none",
"semi": true,
2020-09-21 20:31:41 +08:00
"useTabs": true,
"printWidth": 100
2020-09-02 23:29:22 +08:00
}