difftastic/vendored_parsers/tree-sitter-devicetree/.prettierrc.json

16 lines
237 B
JSON

{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"endOfLine": "auto",
"overrides": [
{
"files": ["*.json", "*.yml", "*.yaml"],
"options": {
"tabWidth": 2
}
}
]
}