blob: f67b93d64ac203362d53bac9f0b7c4c0e620c92d [file] [log] [blame]
{
"printWidth": 80,
"tabWidth": 4,
"endOfLine": "auto",
"singleQuote": true,
"quoteProps": "consistent",
"trailingComma": "all",
"arrowParens": "avoid",
"overrides": [
{
"files": ["*.md", "*.json", "*.conf.js"],
"options": {
"tabWidth": 2
}
}
]
}