Files

14 lines
288 B
Plaintext
Raw Permalink Normal View History

2022-06-06 14:59:27 +07:00
{
"singleQuote": true,
2022-06-06 20:42:56 +07:00
"printWidth": 120,
2022-06-06 14:59:27 +07:00
"editor.formatOnSave": true,
"proseWrap": "always",
"tabWidth": 4,
"requireConfig": false,
"useTabs": false,
"trailingComma": "none",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"semi": true
2023-03-05 14:46:25 +07:00
}