Skip to content

Commit b2590cb

Browse files
committed
chore: Ignore editorconfig rules for some files
* Somehow the binary .rgba file was treated as text file. * Crowdin can generate files with trailing whitespace.
1 parent bd3284a commit b2590cb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.editorconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,11 @@ root = true
44
end_of_line = lf
55
insert_final_newline = true
66
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

Comments
 (0)