Files
wanderer/assets/.prettierrc

12 lines
201 B
Plaintext

{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 120,
"arrowParens": "avoid",
"bracketSpacing": true,
"semi": true,
"tabWidth": 2,
"useTabs": false,
"endOfLine": "auto"
}