Skip to content

Commit ce25bb8

Browse files
committed
Introduce an editorconfig file
1 parent ca449ef commit ce25bb8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.editorconfig

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#-*-mode:conf-*-
2+
# editorconfig file (see EditorConfig.org)
3+
4+
root = true
5+
6+
[*]
7+
end_of_line = lf
8+
insert_final_newline = true
9+
charset = utf-8
10+
trim_trailing_whitespace = true
11+
indent_style = space
12+
indent_size = 4
13+
tab_width = 4
14+
max_line_length = 100

0 commit comments

Comments
 (0)