mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-12 16:30:53 +01:00
11 lines
205 B
Text
11 lines
205 B
Text
{
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"singleQuote": true,
|
|
"semi": true,
|
|
"bracketSpacing": true,
|
|
"arrowParens": "avoid",
|
|
"trailingComma": "all",
|
|
"bracketSameLine": false,
|
|
"printWidth": 80
|
|
}
|