Skip to content

Commit 32900ce

Browse files
committed
Encoding of properties files is ISO-8859-1
Java properties files are assumed to be ISO-8859-1 (latin-1) encoded.
1 parent 79b17dc commit 32900ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ indent_size = 4
99
insert_final_newline = true
1010
trim_trailing_whitespace = true
1111

12+
[*.properties]
13+
charset = latin1
14+
1215
[travis.yml]
1316
indent_size = 2
1417
indent_style = space

0 commit comments

Comments
 (0)