mirror of
https://github.com/siwa-net/my-finance-pal.git
synced 2024-11-10 00:51:56 +01:00
11 lines
195 B
Text
11 lines
195 B
Text
|
{
|
||
|
"arrowParens": "always",
|
||
|
"bracketSpacing": true,
|
||
|
"printWidth": 120,
|
||
|
"semi": true,
|
||
|
"singleQuote": true,
|
||
|
"tabWidth": 4,
|
||
|
"trailingComma": "all",
|
||
|
"useTabs": false
|
||
|
}
|