Add snippet for editorconfig
This commit is contained in:
parent
f8c2b5dd93
commit
1b21a7b1ef
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