mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-04-21 05:47:19 +00:00
14 lines
155 B
Plaintext
14 lines
155 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"overrides": [
|
|
{
|
|
"files": "*.{json,yml}",
|
|
"options": {
|
|
"tabWidth": 2
|
|
}
|
|
}
|
|
]
|
|
}
|