eexiv/.prettierrc
Team 1280 Programming Laptop 929908d6e3 I give up
2024-02-14 16:49:59 -08:00

13 lines
268 B
Text

{
"semi": false,
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"trailingComma": "es5",
"jsxSingleQuote": true,
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "always",
"disableLanguages": ["yaml"]
}