commit: ab21dd24ad93a50e5dd6343cb0258d20358af797
parent: a5a058cad154d188170bc5ae5a8e4eb6200f6288
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 3 May 2020 00:43:27 +0200
.editorconfig: New file
Diffstat:
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/.editorconfig b/.editorconfig
@@ -0,0 +1,10 @@
+# https://EditorConfig.org
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+indent_style = tab
+indent_size = tab
+max_line_length = 100