Merge pull request #275 from hulufei/master
Add snippet for editorconfig
This commit is contained in:
commit
23fc4c5807
12
snippets/dosini.snippets
Normal file
12
snippets/dosini.snippets
Normal 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
|
Loading…
Reference in New Issue
Block a user