summaryrefslogtreecommitdiff
path: root/.editorconfig
AgeCommit message (Collapse)Author
2025-04-26.editorconfig: Adjust max_line_length to 80 columns.Maxim Cournoyer
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
2022-11-05Add EditorConfig specification.(
* .editorconfig: New file. Signed-off-by: Christopher Baines <mail@cbaines.net>