style(prettier): enforce LF line endings

This commit is contained in:
2026-08-24 14:10:19 +02:00
parent 0ec0479c4f
commit 5fe9285bcb
+1 -1
View File
@@ -9,5 +9,5 @@
"bracketSpacing": true, "bracketSpacing": true,
"bracketSameLine": false, "bracketSameLine": false,
"quoteProps": "as-needed", "quoteProps": "as-needed",
"endOfLine": "auto" "endOfLine": "lf"
} }