notea/.prettierrc

9 lines
144 B
Plaintext
Raw Normal View History

2021-02-13 13:16:27 +03:00
{
"semi": true,
"singleQuote": true,
"tabWidth": 4,
"useTabs": false,
"arrowParens": "always",
"bracketSpacing": true
2021-02-13 13:16:27 +03:00
}