wekan/.prettierrc

9 lines
125 B
Text
Raw Normal View History

2019-06-26 18:57:46 -05:00
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "all"
}