From 0f5d899459ad0885477217245806a595af212f8e Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Sun, 2 Jun 2019 03:49:31 +0200 Subject: [PATCH] Add .editorconfig --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9042305 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*.{sh,nix,hs}] +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 +