Merge pull request #275 from hulufei/master

Add snippet for editorconfig
This commit is contained in:
Honza Pokorny 2013-09-10 22:13:35 -07:00
commit 23fc4c5807

12
snippets/dosini.snippets Normal file
View File

@ -0,0 +1,12 @@
snippet ec
; http://editorconfig.org
root = true
[*]
indent_style = ${1:space_or_tab}
indent_size = ${2:indent_size}
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true