]> _ Git - cubedesigners_userdatabase.git/commitdiff
wip #3707
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 15 Jun 2020 16:49:51 +0000 (18:49 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 15 Jun 2020 16:49:51 +0000 (18:49 +0200)
.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..6f313c6
--- /dev/null
@@ -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]
+indent_size = 2