diff options
| author | Raven Szewczyk <git@eigenraven.me> | 2024-05-24 19:14:02 +0100 |
|---|---|---|
| committer | Raven Szewczyk <git@eigenraven.me> | 2024-05-24 19:14:02 +0100 |
| commit | 7b534efabcc2f45031f29b197a3fa896e7166258 (patch) | |
| tree | 50d44610116ac2836703f327861468b8a576d0fa /bartworks/.editorconfig | |
| parent | 9b6fc0420059c6b399506cee841290766b72bd53 (diff) | |
| parent | a3bc5e1404d24b1af784d165988baba682f660a5 (diff) | |
| download | GT5-Unofficial-7b534efabcc2f45031f29b197a3fa896e7166258.tar.gz GT5-Unofficial-7b534efabcc2f45031f29b197a3fa896e7166258.tar.bz2 GT5-Unofficial-7b534efabcc2f45031f29b197a3fa896e7166258.zip | |
Merge in bartworks with history
git-subtree-dir: bartworks
git-subtree-mainline: 9b6fc0420059c6b399506cee841290766b72bd53
git-subtree-split: a3bc5e1404d24b1af784d165988baba682f660a5
Diffstat (limited to 'bartworks/.editorconfig')
| -rw-r--r-- | bartworks/.editorconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/bartworks/.editorconfig b/bartworks/.editorconfig new file mode 100644 index 0000000000..6effbc91a8 --- /dev/null +++ b/bartworks/.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 |
