mirror of
https://github.com/ragestudio/comty.git
synced 2025-07-08 08:44:15 +00:00
24 lines
568 B
JSON
24 lines
568 B
JSON
{
|
|
"arrowParens": "always",
|
|
"bracketSameLine": false,
|
|
"objectWrap": "preserve",
|
|
"bracketSpacing": true,
|
|
"semi": false,
|
|
"experimentalOperatorPosition": "end",
|
|
"experimentalTernaries": false,
|
|
"singleQuote": false,
|
|
"jsxSingleQuote": false,
|
|
"quoteProps": "as-needed",
|
|
"trailingComma": "all",
|
|
"singleAttributePerLine": true,
|
|
"htmlWhitespaceSensitivity": "css",
|
|
"vueIndentScriptAndStyle": false,
|
|
"proseWrap": "never",
|
|
"insertPragma": false,
|
|
"printWidth": 80,
|
|
"requirePragma": false,
|
|
"useTabs": true,
|
|
"embeddedLanguageFormatting": "auto",
|
|
"tabWidth": 2
|
|
}
|