UA-Bot/.prettierrc

12 lines
222 B
Text
Raw Permalink Normal View History

2023-07-09 20:53:49 +00:00
{
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"arrowParens": "avoid",
"bracketSpacing": true,
"semi": true,
"printWidth": 100,
"trailingComma": "none",
"endOfLine": "lf"
}