Skip to content

Commit

Permalink
config: prettier line endings set
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMysterius committed Sep 1, 2024
1 parent 9d88d7f commit b743234
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
"endOfLine": "lf"
}

0 comments on commit b743234

Please sign in to comment.