SEBRAUC/.prettierrc.json
Theta-Dev 1f8546cb37
Some checks failed
continuous-integration/drone Build is failing
Add preact framework
2021-11-19 20:31:33 +01:00

16 lines
264 B
JSON

{
"useTabs": true,
"tabWidth": 4,
"semi": false,
"bracketSpacing": false,
"overrides": [
{
"files": ["*.json", "*.md", "*.rst", "*.ini", "*.yml", "*.yaml"],
"options": {
"useTabs": false,
"tabWidth": 2
}
}
]
}