eexiv/.prettierrc

14 lines
268 B
Text
Raw Normal View History

2024-02-09 22:59:43 -08:00
{
"semi": false,
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"trailingComma": "es5",
"jsxSingleQuote": true,
"bracketSpacing": true,
"jsxBracketSameLine": false,
2024-02-14 16:49:59 -08:00
"arrowParens": "always",
"disableLanguages": ["yaml"]
2024-02-09 22:59:43 -08:00
}