arduino-ide/.prettierrc
2021-06-22 10:58:18 +02:00

14 lines
155 B
Plaintext

{
"singleQuote": true,
"tabWidth": 4,
"useTabs": false,
"overrides": [
{
"files": "*.{json,yml}",
"options": {
"tabWidth": 2
}
}
]
}