mirror of
https://github.com/conan-io/conan-center-index
synced 2025-02-14 13:35:50 +00:00
22 lines
306 B
INI
22 lines
306 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
tab_width = 4
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.py]
|
|
max_line_length = 200
|
|
|
|
[*.yml]
|
|
tab_width = 2
|
|
|
|
[{Makefile,Makefile.am,Makefile.in}]
|
|
indent_style = tab
|
|
|
|
[*.{diff,patch}]
|
|
trim_trailing_whitespace = false
|