mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-11 09:20:34 +01:00
9 lines
162 B
JSON
9 lines
162 B
JSON
|
|
{
|
||
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
||
|
|
"semi": true,
|
||
|
|
"tabWidth": 4,
|
||
|
|
"singleQuote": true,
|
||
|
|
"printWidth": 120,
|
||
|
|
"trailingComma": "es5"
|
||
|
|
}
|