mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-19 16:10:01 +02:00
10 lines
171 B
Plaintext
10 lines
171 B
Plaintext
{
|
|
"arrowParens": "always",
|
|
"bracketSameLine": true,
|
|
"endOfLine": "auto",
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"tabWidth": 2,
|
|
"printWidth": 88
|
|
}
|