iris-messenger/.prettierrc

10 lines
153 B
Plaintext
Raw Permalink Normal View History

{
"useTabs": false,
"singleQuote": true,
"printWidth": 100,
"semi": true,
"trailingComma": "all",
"arrowParens": "always",
"tabWidth": 2
}