summarylogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorDaniel Peukert2020-01-14 17:17:09 +0100
committerDaniel Peukert2020-01-14 17:17:09 +0100
commitd9354bbd2c456f170af810084ce436029d6927ac (patch)
tree6b6b33dc0ea08a06f1dc8fd0c6872a0b63f2e5e8 /.editorconfig
parent865fd6e4f611684af1e2a35e61be1f64b6e73811 (diff)
downloadaur-d9354bbd2c456f170af810084ce436029d6927ac.tar.gz
Added mailpile
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000000..a467ee9a97a6
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,8 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+indent_style = tab
+tab_width = 4