mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
.editorconfig: Adjust max_line_length to 80 columns.
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
This commit is contained in:
@@ -7,7 +7,7 @@ charset = utf-8
|
|||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
[*.{c,h,cpp,hpp,ac,am,m4,el,scm}{,.in}]
|
[*.{c,h,cpp,hpp,ac,am,m4,el,scm}{,.in}]
|
||||||
max_line_length = 85
|
max_line_length = 80
|
||||||
|
|
||||||
[*.{c,h,cpp,hpp,ac,m4,el,scm}{,.in}]
|
[*.{c,h,cpp,hpp,ac,m4,el,scm}{,.in}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
|||||||
Reference in New Issue
Block a user