Files
webcompile/.prettierrc
T

11 lines
265 B
Plaintext
Raw Normal View History

2022-06-17 21:52:07 +03:00
{
"tabWidth": 4,
"useTabs": true,
"bracketSpacing": true,
"singleAttributePerLine": true,
2023-01-25 19:11:11 +02:00
"trailingComma": "none",
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
2022-06-17 21:52:07 +03:00
}