Skip to content

Commit e945928

Browse files
committed
Make a few small amendments to editorconfig
Be explicit about encoding and line endings, and add the extra whitespace-on-empty-lines bit needed for Xcode to behave sensibly.
1 parent 3dfab50 commit e945928

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
@@ -1,7 +1,10 @@
11
root = true
22

33
[*]
4+
charset = utf-8
5+
end_of_line = lf
46
indent_style = space
57
indent_size = 2
68
trim_trailing_whitespace = true
79
insert_final_newline = true
10+
xcode_trim_whitespace_on_empty_lines = true

0 commit comments

Comments
 (0)