This repository has been archived on 2024-08-05. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
FS-Website/.prettierrc
JustAnotherJavaProgrammer cb8beb626b
Initial commit
2023-12-29 23:45:38 +01:00

8 lines
205 B
Text

{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}