Skip to content

Commit 7bc46bd

Browse files
committed
add editorconfig
1 parent 10bfe66 commit 7bc46bd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.editorconfig

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# EditorConfig <https://EditorConfig.org>
2+
root = true
3+
4+
# elementary defaults
5+
[*]
6+
charset = utf-8
7+
end_of_line = lf
8+
indent_size = tab
9+
indent_style = space
10+
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

0 commit comments

Comments
 (0)