mirror of
https://github.com/1f349/mail.1f349.com.git
synced 2024-11-09 22:32:52 +00:00
15 lines
300 B
Plaintext
15 lines
300 B
Plaintext
|
{
|
||
|
"printWidth": 150,
|
||
|
"tabWidth": 2,
|
||
|
"useTabs": false,
|
||
|
"semi": true,
|
||
|
"singleQuote": false,
|
||
|
"trailingComma": "all",
|
||
|
"bracketSpacing": false,
|
||
|
"bracketSameLine": false,
|
||
|
"arrowParens": "avoid",
|
||
|
"requirePragma": false,
|
||
|
"insertPragma": false,
|
||
|
"htmlWhitespaceSensitivity": "ignore"
|
||
|
}
|