Skip to content

Commit 830dd58

Browse files
committed
chore: Update .editorconfig
Disable false positives
1 parent a761e10 commit 830dd58

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.editorconfig

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ end_of_line = lf
55
insert_final_newline = true
66
trim_trailing_whitespace = true
77

8-
# Somehow the binary .rgba file is failing the final newline check.
9-
[*.rgba]
8+
# Somehow some binary files are failing checks.
9+
[*.{rgba,pbj}]
10+
end_of_line = unset
1011
insert_final_newline = unset
12+
trim_trailing_whitespace = unset
1113

1214
# Files generated from Crowdin may include trailing whitespace.
1315
[*.ftl]

0 commit comments

Comments
 (0)