1
0
mirror of https://gitlab.com/cyclane/sbdatatracker.git synced 2025-02-24 03:25:04 +00:00
2021-07-02 15:43:55 +01:00

12 lines
210 B
Plaintext

{
"arrowParens": "avoid",
"bracketSpacing": true,
"embeddedLanguageFormatting": "auto",
"endOfLine": "lf",
"semi": true,
"singleQuote": false,
"tabWidth": 4,
"useTabs": true,
"trailingComma": "none"
}