aboutsummaryrefslogtreecommitdiff
path: root/kekztech/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kekztech/.editorconfig')
-rw-r--r--kekztech/.editorconfig19
1 files changed, 0 insertions, 19 deletions
diff --git a/kekztech/.editorconfig b/kekztech/.editorconfig
deleted file mode 100644
index 6effbc91a8..0000000000
--- a/kekztech/.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