mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 00:31:44 +05:30
15 lines
304 B
Plaintext
15 lines
304 B
Plaintext
{
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"trailingComma": "all",
|
|
"bracketSameLine": true,
|
|
"quoteProps": "consistent",
|
|
"htmlWhitespaceSensitivity": "css",
|
|
"jsxSingleQuote": false,
|
|
"bracketSpacing": true,
|
|
"arrowParens": "always",
|
|
"endOfLine": "auto"
|
|
}
|