Add editorconfig for file templates
This commit is contained in:
parent
095051895a
commit
8880e3c0f4
1 changed files with 7 additions and 0 deletions
7
private/templates/.editorconfig
Normal file
7
private/templates/.editorconfig
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
[*]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
end_of_line = lf
|
||||||
|
charset = utf-8
|
||||||
|
trim_trailing_whitespace = false
|
||||||
|
insert_final_newline = false
|
Loading…
Add table
Add a link
Reference in a new issue