OpenSlides/client/.prettierrc
Fadi Abbud da8b456d90 add shift-enter shortcut
add the possibilty to hit shift and enter to save fomrs
2018-11-21 14:46:08 +01:00

12 lines
238 B
Plaintext

{
"printWidth": 120,
"tabWidth": 4,
"singleQuote": true,
"useTabs": false,
"bracketSpacing": true,
"htmlWhitespaceSensitivity": "strict",
"semi": true,
"trailingComma": "none",
"arrowParens": "avoid"
}