summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-10-04 22:52:12 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-10-04 22:52:12 +0200
commit21c29423d7c8aec88e91b07fdaa786616aca8568 (patch)
tree6752fcfe1af98a2cf7a00078a90f43aa843eacb0
parent751a9ef3a12c952fe179f256d854d0c4aa37e28e (diff)
Add .editorconfig
-rw-r--r--.editorconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..823e6853
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,15 @@
+# EditorConfig helps developers define and maintain consistent
+# coding styles between different editors and IDEs
+# editorconfig.org
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.md]
+trim_trailing_whitespace = false