mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-16 21:40:24 +00:00
11 lines
227 B
Text
11 lines
227 B
Text
{
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"bracketSpacing": true,
|
|
"arrowParens": "always",
|
|
"jsxBracketSameLine": false,
|
|
"semi": true
|
|
}
|