mirror of
https://github.com/curl/curl.git
synced 2026-08-02 23:50:34 +03:00
Update .editorconfig
Co-authored-by: Viktor Szakats <vszakats@users.noreply.github.com>
This commit is contained in:
parent
44a1443193
commit
4a7fb1e609
1 changed files with 7 additions and 2 deletions
|
|
@ -4,10 +4,15 @@
|
|||
|
||||
root = true
|
||||
|
||||
[*.{c,h}]
|
||||
[*]
|
||||
charset = utf-8
|
||||
insert_final_newline = true
|
||||
indent_style = space
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.{c,h}]
|
||||
indent_size = 2
|
||||
max_line_length = 79
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.{pl,pm}]
|
||||
indent_size = 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue