Files
houston-fe/.prettierrc

11 lines
182 B
Plaintext
Raw Normal View History

{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "avoid",
"editor.formatOnSave": true
}