run pretty - revert crlf to lf

since most modern ides handle lf on windows fine, and the entire project is in lf already, i'll set this back
This commit is contained in:
Volkor
2024-12-04 01:13:12 +11:00
parent 61524e1c44
commit e9fe58f818
4 changed files with 15 additions and 25 deletions
+1 -1
View File
@@ -3,5 +3,5 @@
"tabWidth": 4,
"printWidth": 120,
"semi": true,
"endOfLine": "crlf"
"endOfLine": "lf"
}