Add .editorconfig for yml files

Signed-off-by: Odyssey <hi@odyssey346.dev>
This commit is contained in:
Odyssey
2023-02-10 20:13:40 +01:00
parent c8524a2999
commit 9da88a0908
+8
View File
@@ -0,0 +1,8 @@
root = true
[*.yml]
end_of_line = lf
insert_final_newline = false
indent_style = tab
indent_size = 2
charset = utf-8