aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authormiozune <miozune@gmail.com>2022-07-09 19:47:06 +0900
committerGitHub <noreply@github.com>2022-07-09 17:47:06 +0700
commit5c06d007a8fee37f493737d4f6e5af1a7df5727c (patch)
tree02257ff4e9f627717183bdeb7c03358e748351b9 /.editorconfig
parent7836eea57a199661e1ac4b41d9ae678e62588ee2 (diff)
downloadGT5-Unofficial-5c06d007a8fee37f493737d4f6e5af1a7df5727c.tar.gz
GT5-Unofficial-5c06d007a8fee37f493737d4f6e5af1a7df5727c.tar.bz2
GT5-Unofficial-5c06d007a8fee37f493737d4f6e5af1a7df5727c.zip
Add Dimension Display Item (#18)
* Add Dimension Display Item * side * Sort dims
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 6effbc91a8..4ffbd90826 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -17,3 +17,6 @@ end_of_line = crlf
[*.{dtd,json,info,mcmeta,md,sh,svg,xml,xsd,xsl,yaml,yml}]
indent_size = 2
+
+[*.lang]
+trim_trailing_whitespace = false