mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-01 18:05:17 +00:00
The maximum column width should be 80 according to our coding style conventions (https://mumble.net/~campbell/scheme/style.txt), referenced in (info "(guix) Formatting Code"). * .editorconfig (max_line_length): Set to 80. Change-Id: I130078a411b5673a22a7bd80b1d847a503e22835
16 lines
311 B
INI
16 lines
311 B
INI
root = true
|
|
|
|
[*.{c,h,cpp,hpp,el,scm,ac,am,m4,po}{,.in}]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{c,h,cpp,hpp,ac,am,m4,el,scm}{,.in}]
|
|
max_line_length = 80
|
|
|
|
[*.{c,h,cpp,hpp,ac,m4,el,scm}{,.in}]
|
|
indent_style = space
|
|
|
|
[*.{c,h,cpp,hpp}{,.in}]
|
|
indent_size = 4
|