X-Git-Url: https://git.ucc.asn.au/?p=uccvend-vendserver.git;a=blobdiff_plain;f=.editorconfig;fp=.editorconfig;h=d4a2c4405ec2e962c521a13af91bf5f7098a62a8;hp=0000000000000000000000000000000000000000;hb=66cfb170baff2c4e62fdb1aa322d1d1193301680;hpb=4d0bbc4e953f06efce3702653f6190f120557dbf;ds=sidebyside diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d4a2c44 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,21 @@ +# http://editorconfig.org + +root = true + +[*] +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true +insert_final_newline = true +charset = utf-8 +end_of_line = lf + +[*.bat] +indent_style = tab +end_of_line = crlf + +[LICENSE] +insert_final_newline = false + +[Makefile] +indent_style = tab