From: Charles McGarvey Date: Sun, 4 Feb 2018 17:18:15 +0000 (-0700) Subject: add editorconfig file X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=commitdiff_plain;h=8892e90b335f94c296462a91534334b674226cd9;ds=sidebyside add editorconfig file --- 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 +