aboutsummaryrefslogtreecommitdiff
path: root/lath/.editorconfig
diff options
context:
space:
mode:
authorRaven Szewczyk <git@eigenraven.me>2024-05-25 15:38:33 +0100
committerRaven Szewczyk <git@eigenraven.me>2024-05-25 15:38:33 +0100
commit9069e2aa47be7e6fb6ab1a2a29c5887ec2bfb2d7 (patch)
tree5eb892270eeab6f2a2a2ffbb73d721dd9b9567c2 /lath/.editorconfig
parent8e38bdce5e1e9bb91593904bab67e78065bb9d33 (diff)
downloadGT5-Unofficial-9069e2aa47be7e6fb6ab1a2a29c5887ec2bfb2d7.tar.gz
GT5-Unofficial-9069e2aa47be7e6fb6ab1a2a29c5887ec2bfb2d7.tar.bz2
GT5-Unofficial-9069e2aa47be7e6fb6ab1a2a29c5887ec2bfb2d7.zip
Merge Lanthanides root and mcmod.info
Diffstat (limited to 'lath/.editorconfig')
-rw-r--r--lath/.editorconfig19
1 files changed, 0 insertions, 19 deletions
diff --git a/lath/.editorconfig b/lath/.editorconfig
deleted file mode 100644
index 6effbc91a8..0000000000
--- a/lath/.editorconfig
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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