From be560accb5e21ac4f4646a4e3bdf8a77b9bdbd54 Mon Sep 17 00:00:00 2001 From: toogley Date: Sat, 21 Jan 2017 15:38:12 +0100 Subject: [PATCH] contrib: add .editorconfig Closes #313 --- .editorconfig | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..3e16ca31b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,22 @@ +# top-most EditorConfig file +root = true + +# Unix-style newlines with a newline ending every file +[*] +end_of_line = lf +insert_final_newline = true +charset = utf8 +trim_trailing_whitespace = true + +[*.{c,h}] +indent_size = 2 + +[ChangeLog.neomutt] +indent_style = space +indent_size = 1 + + +[configure] +indent_size = 2 +indent_style = space + -- 2.40.0