diff options
| author | kuba6000 <kuba.123123.6000@gmail.com> | 2022-08-05 01:16:57 +0200 |
|---|---|---|
| committer | kuba6000 <kuba.123123.6000@gmail.com> | 2022-08-05 01:16:57 +0200 |
| commit | 55c3e624f7420e1f2e93a396cdef5189885062d9 (patch) | |
| tree | 2bdbb9f31087331bfa3b3d7d7d13a462f92ce2c8 /.editorconfig | |
| parent | 0b07653e13a262f404b231c68e03a979707b8b0c (diff) | |
| download | GT5-Unofficial-55c3e624f7420e1f2e93a396cdef5189885062d9.tar.gz GT5-Unofficial-55c3e624f7420e1f2e93a396cdef5189885062d9.tar.bz2 GT5-Unofficial-55c3e624f7420e1f2e93a396cdef5189885062d9.zip | |
Empty minecraft mod
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..4ffbd90826 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,22 @@ +# 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 + +[*.lang] +trim_trailing_whitespace = false |
