mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 02:41:35 +01:00
Initial commit
This commit is contained in:
12
web-app/.prettierrc
Normal file
12
web-app/.prettierrc
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"useTabs": false,
|
||||
"tabWidth": 2,
|
||||
"singleQuote": false,
|
||||
"trailingComma": "none",
|
||||
"printWidth": 100,
|
||||
"plugins": ["prettier-plugin-svelte"],
|
||||
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
|
||||
"svelteSortOrder": "options-scripts-markup-styles",
|
||||
"svelteStrictMode": true,
|
||||
"svelteIndentScriptAndStyle": true
|
||||
}
|
||||
Reference in New Issue
Block a user