aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornico wellpott <nico@magicbroccoli.de>2021-03-10 17:51:41 +0100
committernico wellpott <nico@magicbroccoli.de>2021-03-10 17:51:41 +0100
commit9d2fd0a8b0c849f05530c9695c096359c3dd2aec (patch)
tree4bf44593d2d794312d6111517422b01e2d2b65c2
parent33e5b9879d5b00ffa3a35041d05867f0269c8fbb (diff)
editorconfig
+ add editorconfig settings
-rw-r--r--.editorconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..3e38957
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,19 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[*.yml]
+indent_size = 2
+indent_style = space
+
+[*.py]
+indent_size = 4
+indent_style = space
+
+[.git*]
+indent_size = 8
+indent_style = tab