mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
13 lines
279 B
Text
13 lines
279 B
Text
{
|
|
"trailingComma": "none",
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"quoteProps": "consistent",
|
|
"bracketSpacing": true,
|
|
"arrowParens": "avoid",
|
|
"printWidth": 120,
|
|
"endOfLine": "lf",
|
|
"bracketSameLine": true
|
|
}
|