Strip pointless new lines from files

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-02-25 07:53:57 +01:00
parent 1a71b776b2
commit e285f5f65b
12 changed files with 19 additions and 59 deletions
+8
View File
@@ -0,0 +1,8 @@
root = true
[*]
end_of_line = lf
insert_final_newline = false
charset = utf-8
indent_style = tab
indent_size = 4