Files
calorie-tracker/.prettierrc
2022-09-18 04:15:58 +03:00

11 lines
242 B
Plaintext

{
"useTabs": false,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "avoid",
"printWidth": 80,
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}