botserver/.prettierrc
2019-03-08 19:13:00 -03:00

9 lines
No EOL
135 B
Text

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