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