mirror of
https://github.com/curl/curl.git
synced 2026-08-05 18:26:14 +03:00
Add an .editorconfig file
This allows IDEs that support this standard to automatically use the correct formatting options.
This commit is contained in:
parent
0a96b878f7
commit
f69a19ba98
1 changed files with 9 additions and 0 deletions
9
.editorconfig
Normal file
9
.editorconfig
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
root = true
|
||||
|
||||
[*.{c,h}]
|
||||
charset = utf-8
|
||||
insert_final_newline = true
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
max_line_length = 79
|
||||
trim_trailing_whitespace = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue