Skip to content

Commit 613f49a

Browse files
committed
Adding .editorconfig file
1 parent 0672645 commit 613f49a

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.editorconfig

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
# EditorConfig <https://EditorConfig.org>
22
root = true
33

4-
# elementary defaults
54
[*]
65
charset = utf-8
76
end_of_line = lf
87
indent_size = tab
98
indent_style = space
109
insert_final_newline = true
11-
max_line_length = 80
12-
tab_width = 4
13-
14-
# Markup files
15-
[{*.html,*.xml,*.xml.in,*.yml}]
16-
tab_width = 2
10+
max_line_length = 120
11+
tab_width = 2

0 commit comments

Comments
 (0)