summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorhorus2020-02-17 13:17:18 +0100
committerhorus2020-02-17 13:17:18 +0100
commit9ea335ab9c8f9e17e8ce8b6a7e76962bec7ed418 (patch)
treedec69240d0d34eebce1cca7aab1f070742187fed /.editorconfig
downloadzeitumstellung-9ea335ab9c8f9e17e8ce8b6a7e76962bec7ed418.tar.gz
Initial commit.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..6537ca4
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,15 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+indent_style = space
+indent_size = 4
+trim_trailing_whitespace = true
+
+[*.md]
+trim_trailing_whitespace = false
+
+[*.{yml,yaml}]
+indent_size = 2