Files
Alexandre Mouton-Brady d8d2c5b2af Add prettier with basic config
2021-12-24 22:41:47 +01:00

14 lines
294 B
Plaintext

{
"arrowParens": "always",
"bracketSpacing": true,
"bracketSameLine": false,
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "ignore",
"jsxSingleQuote": false,
"printWidth": 80,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false
}