mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-20 00:10:03 +02:00
12 lines
218 B
Plaintext
12 lines
218 B
Plaintext
{
|
|
"arrowParens": "always",
|
|
"bracketSameLine": true,
|
|
"endOfLine": "auto",
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"vueIndentScriptAndStyle": true,
|
|
"printWidth": 88,
|
|
"trailingComma": "none"
|
|
}
|