summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Klumpp <matthias@tenstral.net>2024-06-08 18:08:52 +0200
committerMatthias Klumpp <matthias@tenstral.net>2024-06-08 18:08:52 +0200
commit6b16b22f44f1be8ff3b16c6d042072f2156c31a8 (patch)
treeabf35645f8f71fac42a4fea590b2c5d1f7dbcef6
parent9ede8ac75176daad32be734767a49416cb77a290 (diff)
Add editorconfig
-rw-r--r--.editorconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..690d36c
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,13 @@
+# See https://editorconfig.org/
+root = true
+
+[*]
+end_of_line = lf
+trim_trailing_whitespace = true
+charset = utf-8
+max_line_length = 100
+
+[*.xml]
+indent_style = space
+indent_size = 2
+max_line_length = 120