mirror of
https://gitlab.com/80486DX2-66/gists
synced 2024-11-09 21:32:02 +05:30
update .editorconfig to template
This commit is contained in:
parent
1ec1b4a9e7
commit
3dfe8a8d14
@ -1,8 +1,16 @@
|
|||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
end_of_line = crlf
|
|
||||||
insert_final_newline = true
|
|
||||||
indent_size = 4
|
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
|
end_of_line = crlf
|
||||||
|
indent_size = 4
|
||||||
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[{*.{c,d,h,py,sh},Makefile}]
|
||||||
|
max_line_length = 80
|
||||||
|
|
||||||
|
[Makefile]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
||||||
|
[*.{c,h}]
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
Loading…
Reference in New Issue
Block a user