Add snippet for editorconfig

This commit is contained in:
hulufei 2013-09-11 11:46:02 +08:00
parent f8c2b5dd93
commit 1b21a7b1ef

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