mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 05:19:29 +08:00
13 lines
269 B
JSON
13 lines
269 B
JSON
{
|
|
"printWidth": 128,
|
|
"useTabs": false,
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"endOfLine": "lf",
|
|
"arrowParens": "avoid",
|
|
"trailingComma": "none",
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": true,
|
|
"htmlWhitespaceSensitivity": "ignore"
|
|
}
|