You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

52 lines
973 B

{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "none",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always",
"proseWrap": "preserve",
"htmlWhitespaceSensitivity": "css",
"endOfLine": "lf",
"embeddedLanguageFormatting": "auto",
"singleAttributePerLine": false,
"overrides": [
{
"files": "*.html",
"options": {
"printWidth": 120,
"parser": "html"
}
},
{
"files": "*.hbs",
"options": {
"printWidth": 120,
"parser": "html"
}
},
{
"files": ["*.scss", "*.css"],
"options": {
"singleQuote": false
}
},
{
"files": "*.json",
"options": {
"trailingComma": "none"
}
},
{
"files": "*.md",
"options": {
"proseWrap": "always"
}
}
]
}