We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3284a commit b2590cbCopy full SHA for b2590cb
.editorconfig
@@ -4,3 +4,11 @@ root = true
4
end_of_line = lf
5
insert_final_newline = true
6
trim_trailing_whitespace = true
7
+
8
+# Somehow the binary .rgba file is failing the final newline check.
9
+[*.rgba]
10
+insert_final_newline = unset
11
12
+# Files generated from Crowdin may include trailing whitespace.
13
+[*.ftl]
14
+trim_trailing_whitespace = unset
0 commit comments