Skip to content

Commit a439f87

Browse files
danopzakrabat
authored andcommitted
add additional properties to editorconfig - ref slimphp/Slim#2457
1 parent 5924b12 commit a439f87

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.editorconfig

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
root = true
33

44
[*]
5+
charset = utf-8
6+
insert_final_newline = true
57
end_of_line = lf
68
indent_style = space
79
indent_size = 4
8-
trim_trailing_whitespace = true
10+
trim_trailing_whitespace = true
11+
12+
[*.md]
13+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)