Skip to content
This repository was archived by the owner on Dec 7, 2025. It is now read-only.

Commit 965e57a

Browse files
committed
Updated editorconfig
1 parent f3cb1d8 commit 965e57a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.editorconfig

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# EditorConfig is awesome:
2-
http://EditorConfig.org
1+
# EditorConfig is awesome: http://EditorConfig.org
32

43
# top-most EditorConfig file
54
root = true
@@ -9,6 +8,9 @@ root = true
98
# Use 4 spaces as indentation
109
# Trim trailing whitespace
1110
[*]
11+
charset = utf-8
12+
trim_trailing_whitespace = true
13+
end_of_line = lf
1214
insert_final_newline = true
1315
indent_style = space
1416
indent_size = 4

0 commit comments

Comments
 (0)