summarylogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorDaniel Peukert2023-08-11 12:51:45 +0200
committerDaniel Peukert2023-08-11 12:51:45 +0200
commit28cefc77f67ab33c6f54214565f135ab406c2dca (patch)
tree8cb68757a23f7d2c92beea4ca109163bb3704cf0 /.editorconfig
parent6ba129fd2af8598befb884bbcb25fa9289ccdaa5 (diff)
downloadaur-28cefc77f67ab33c6f54214565f135ab406c2dca.tar.gz
Add ocaml-async_unix and ocaml-textutils
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