X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=.editorconfig;fp=.editorconfig;h=d140832e01e32bdcab2778da170f232104b3d35c;hb=ed888e11d75c8caf2d9ffc1d830cab5e31555c80;hp=0000000000000000000000000000000000000000;hpb=6d4c3763e57d449259eb08183fb42024f596be81;p=chaz%2Fhomebank 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 +