From: Charles McGarvey Date: Sun, 4 Feb 2018 17:18:29 +0000 (-0700) Subject: Merge branch 'master' into ext-perl X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=ed888e11d75c8caf2d9ffc1d830cab5e31555c80;hp=6d4c3763e57d449259eb08183fb42024f596be81;p=chaz%2Fhomebank Merge branch 'master' into ext-perl --- 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 +