Fix editorconfig

Stephen Paul Weber created

Change summary

.editorconfig | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Detailed changes

.editorconfig 🔗

@@ -1,5 +1,6 @@
 root = true
-
 [*]
-indent_style = tab
-tab_width = 4
+end_of_line = lf
+insert_final_newline = true
+charset=utf-8
+indent_style=tab