]> git.lizzy.rs Git - frontend-next.git/blob - .prettierrc
Use encodeURIComponent to encode language for URI
[frontend-next.git] / .prettierrc
1 {
2   "useTabs": false,
3   "printWidth": 80,
4   "tabWidth": 2,
5   "singleQuote": false,
6   "trailingComma": "es5"
7 }