From 8892e90b335f94c296462a91534334b674226cd9 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Sun, 4 Feb 2018 10:18:15 -0700 Subject: [PATCH] add editorconfig file --- .editorconfig | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d140832 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,19 @@ + +# Please follow these code style guidelines. You can use this file to +# automatically configure your editor. +# For instructions, see: http://editorconfig.org/ + +[*.{c,h,xs}] +charset = utf8 +indent_size = 4 +indent_style = tab +insert_final_newline = true +trim_trailing_whitespace = true + +[*.xml] +charset = utf8 +indent_size = 2 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true + -- 2.43.0