Skip to content

Commit 23fc4c5

Browse files
committed
Merge pull request #275 from hulufei/master
Add snippet for editorconfig
2 parents c7d5daf + 1b21a7b commit 23fc4c5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

snippets/dosini.snippets

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
snippet ec
2+
; http://editorconfig.org
3+
4+
root = true
5+
6+
[*]
7+
indent_style = ${1:space_or_tab}
8+
indent_size = ${2:indent_size}
9+
end_of_line = lf
10+
charset = utf-8
11+
trim_trailing_whitespace = true
12+
insert_final_newline = true

0 commit comments

Comments
 (0)