Daggerheart-fvtt/.prettierrc

10 lines
177 B
Plaintext
Raw Permalink Normal View History

{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"useTabs": false,
"bracketSpacing": true,
"arrowParens": "avoid",
"printWidth": 180
}