From f0dcfd4029f46cf3ef8e53d90d34d36dbf63f046 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Fri, 22 Dec 2017 08:15:14 +0100 Subject: [PATCH] Add a .editorconfig (copied from Phobos) --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1111d79 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*.{c,h,d,di,dd,sh}] +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true +charset = utf-8