diff options
author | bombcar <github@bombcar.com> | 2022-03-02 16:58:05 -0600 |
---|---|---|
committer | bombcar <github@bombcar.com> | 2022-03-02 16:58:05 -0600 |
commit | 4408ed89d5ed2d7e3c519dd2033b40c0372414c1 (patch) | |
tree | d275125c52f31e5abad3e494038c6f6ca4ec4af9 /.editorconfig | |
parent | 495432a979944730cde01bed387ee39910c2d933 (diff) | |
download | GT5-Unofficial-4408ed89d5ed2d7e3c519dd2033b40c0372414c1.tar.gz GT5-Unofficial-4408ed89d5ed2d7e3c519dd2033b40c0372414c1.tar.bz2 GT5-Unofficial-4408ed89d5ed2d7e3c519dd2033b40c0372414c1.zip |
build to maven
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..6effbc91a8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,19 @@ +# This is the universal Text Editor Configuration +# for all GTNewHorizons projects +# See: https://editorconfig.org/ + +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 4 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true + +[*.{bat,ini}] +end_of_line = crlf + +[*.{dtd,json,info,mcmeta,md,sh,svg,xml,xsd,xsl,yaml,yml}] +indent_size = 2 |