X-Git-Url: https://code.delx.au/virtualtones/blobdiff_plain/e0efeea407809897396731f760ff60e361351d83..dbf3c275fdcd6a94bb63ba2346b8f89dbfe35380:/.editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..08bb77c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +# EditorConfig is awesome: http://EditorConfig.org + +# top-most EditorConfig file +root = true + +[**] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = tab +trim_trailing_whitespace = true +indent_size = 8 \ No newline at end of file