Skip to content

Commit 708d359

Browse files
committed
Updating .editorconfig
1 parent 7b09351 commit 708d359

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.editorconfig

+1-6
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}]
10+
max_line_length = 120
1611
tab_width = 2

0 commit comments

Comments
 (0)