Files
MyBlog-Next/.prettierrc
T
2022-10-16 20:38:46 +06:30

12 lines
206 B
Plaintext

{
"arrowParens": "avoid",
"semi": true,
"tabWidth": 2,
"printWidth": 80,
"singleQuote": false,
"jsxSingleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"endOfLine": "lf"
}