Skip to content

Commit 2535876

Browse files
committed
Update editorconfig
1 parent 4b7b316 commit 2535876

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.editorconfig

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
# EditorConfig is awesome: http://EditorConfig.org
1+
# EditorConfig is awesome: https://editorconfig.org
22

3-
# Top-most EditorConfig file
43
root = true
54

6-
# Unix-style newlines with newline ending and space indentation for all files
75
[*]
86
end_of_line = lf
97
insert_final_newline = true
8+
charset = utf-8
109
indent_style = space
10+
trim_trailing_whitespace = true
1111

12-
# 4 space indentation and max line length of 100 in JavaScript/TypeScript files
1312
[*.{js,ts}]
1413
indent_size = 4
1514
max_line_length = 100
15+
16+
[*.md]
17+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)