Merge pull request #2236 from pi-hole/fix/editorconfig

Adjust `.editorconfig` to avoid warning messages
This commit is contained in:
yubiuser
2022-06-28 06:19:57 +02:00
committed by GitHub
+1 -2
View File
@@ -3,9 +3,8 @@
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
# A newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4