botserver/.prettierrc
Rodrigo Rodriguez (pragmatismo.io) 2dd359a344 fix(gbdialog): VBA is running.
2018-12-02 19:59:27 -02:00

8 lines
No EOL
132 B
Text

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