upda/server/web/.prettierrc

10 lines
161 B
Text
Raw Permalink Normal View History

{
"printWidth": 120,
"singleQuote": true,
"useTabs": true,
"arrowParens": "always",
"endOfLine": "lf",
"trailingComma": "none",
"bracketSameLine": true
}