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 a761e10 commit 830dd58Copy full SHA for 830dd58
.editorconfig
@@ -5,9 +5,11 @@ 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]
+# Somehow some binary files are failing checks.
+[*.{rgba,pbj}]
10
+end_of_line = unset
11
insert_final_newline = unset
12
+trim_trailing_whitespace = unset
13
14
# Files generated from Crowdin may include trailing whitespace.
15
[*.ftl]
0 commit comments