refac: update .gitattributes and .prettierrc for consistent line endings

This commit is contained in:
Dave
2025-06-04 06:27:25 +02:00
parent aeafcc7903
commit 059327cd19
2 changed files with 51 additions and 2 deletions

View File

@@ -5,5 +5,6 @@
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
"endOfLine": "lf"
}