mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 09:24:24 +04:00
21 lines
317 B
Plaintext
21 lines
317 B
Plaintext
{
|
|
"bracketSpacing": true,
|
|
"jsxSingleQuote": false,
|
|
"printWidth": 320,
|
|
"proseWrap": "always",
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"quoteProps": "consistent",
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"trailingComma": "all",
|
|
"overrides": [
|
|
{
|
|
"files": "*.scss",
|
|
"options": {
|
|
"parser": "scss"
|
|
}
|
|
}
|
|
]
|
|
}
|