summarylogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorDaniel Peukert2020-03-21 15:14:15 +0100
committerDaniel Peukert2020-03-21 15:14:15 +0100
commitd0397140df46334e39ca0af44926ed1d969d0cbc (patch)
treeaee71d00157aa798af20f8b16d3b8d8771c906e6 /.editorconfig
downloadaur-d0397140df46334e39ca0af44926ed1d969d0cbc.tar.gz
Added ocaml-ppx_assert and dependencies
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 00000000000..a467ee9a97a
--- /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