diff options
author | Daniel Peukert | 2020-03-21 15:14:15 +0100 |
---|---|---|
committer | Daniel Peukert | 2020-03-21 15:14:15 +0100 |
commit | d0397140df46334e39ca0af44926ed1d969d0cbc (patch) | |
tree | aee71d00157aa798af20f8b16d3b8d8771c906e6 /.editorconfig | |
download | aur-d0397140df46334e39ca0af44926ed1d969d0cbc.tar.gz |
Added ocaml-ppx_assert and dependencies
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 8 |
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 |