Add .editorconfig to ensure consistent general file style

This commit is contained in:
Julian Schacher
2023-11-24 18:21:08 +01:00
parent 75acd59ee8
commit 628c731a82

15
.editorconfig Normal file
View File

@@ -0,0 +1,15 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
charset = utf-8
[*.md]
indent_size = 2
trim_trailing_whitespace = false
[*.yaml]
indent_size = 2
trim_trailing_whitespace = true