mirror of
https://github.com/YuzuZensai/Kiroku.git
synced 2026-01-06 04:33:18 +00:00
13 lines
287 B
Plaintext
13 lines
287 B
Plaintext
|
|
{
|
||
|
|
"singleQuote": true,
|
||
|
|
"printWidth": 120,
|
||
|
|
"editor.formatOnSave": true,
|
||
|
|
"proseWrap": "always",
|
||
|
|
"tabWidth": 4,
|
||
|
|
"requireConfig": false,
|
||
|
|
"useTabs": false,
|
||
|
|
"trailingComma": "none",
|
||
|
|
"bracketSpacing": true,
|
||
|
|
"jsxBracketSameLine": false,
|
||
|
|
"semi": true
|
||
|
|
}
|