Skip to content

Commit 85e5780

Browse files
committed
EditorConfig: options matching lints
1 parent 7dc84ce commit 85e5780

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.editorconfig

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,10 @@ root = true
77
[*]
88

99
# Change these settings to your own preference
10+
charset = utf-8
11+
end_of_line = lf
12+
indent_size = 2
1013
indent_style = space
11-
indent_size = 2
14+
insert_final_newline = true
15+
quote_type = single
16+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)