From 2ab1dfdcf1d4bb7b3f7a0aeb879521f9c20a567e Mon Sep 17 00:00:00 2001 From: gradient Date: Fri, 20 Oct 2017 11:27:38 -0500 Subject: [PATCH] editorconfig --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e29d550 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +trim_trailing_whitespace = true +insert_final_newline = true + +[*.{c,cpp,h,hpp,rs}] +indent_style = space +indent_size = 4