botserver/.prettierrc
2019-05-14 23:02:21 -03:00

8 lines
No EOL
132 B
Text

{
"trailingComma": "none",
"tabWidth": 2,
"printWidth": 120,
"arrowParens": "avoid",
"semi": true,
"singleQuote": true
}