aboutsummaryrefslogtreecommitdiff
path: root/lath/.editorconfig
diff options
context:
space:
mode:
authorRaven Szewczyk <git@eigenraven.me>2024-05-25 15:35:23 +0100
committerRaven Szewczyk <git@eigenraven.me>2024-05-25 15:35:23 +0100
commit8e38bdce5e1e9bb91593904bab67e78065bb9d33 (patch)
tree5530c681331a69e676832751eb036c9968013edd /lath/.editorconfig
parent8e4e333c2a37ccb1d746b28ea6c10587a37393e7 (diff)
parent25d31a5673e705b944f47d6cf77e909ae24d5957 (diff)
downloadGT5-Unofficial-8e38bdce5e1e9bb91593904bab67e78065bb9d33.tar.gz
GT5-Unofficial-8e38bdce5e1e9bb91593904bab67e78065bb9d33.tar.bz2
GT5-Unofficial-8e38bdce5e1e9bb91593904bab67e78065bb9d33.zip
Merge in GTNH-Lanthanides with history
git-subtree-dir: lath git-subtree-mainline: 8e4e333c2a37ccb1d746b28ea6c10587a37393e7 git-subtree-split: 25d31a5673e705b944f47d6cf77e909ae24d5957
Diffstat (limited to 'lath/.editorconfig')
-rw-r--r--lath/.editorconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/lath/.editorconfig b/lath/.editorconfig
new file mode 100644
index 0000000000..6effbc91a8
--- /dev/null
+++ b/lath/.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