Roland Fredenhagen
3d0b66c825
In .editorconfig replace max_line_length: none
with off
.
...
According to
https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#max_line_length
that is the correct value to disable this property.
2023-07-31 09:18:46 +02:00
Johannes Altmanninger
70d2e97c9a
editorconfig: use 80 columns for git-revise-todo
...
git-revise is a third-party Git extension that can be used for editing commit
messages; make it follow our current style.
2022-10-10 22:03:08 +02:00
Spenser Black
1b7a43877b
Disabled line length limit in share/
...
Many of the lines in `share/functions` and `share/completions` violate the max
line length, and it can be annoying to try to maintain consistency while
fighting against the editor trying to wrap lines.
2022-02-15 21:27:27 +01:00
Johannes Altmanninger
6bdb99972d
editorconfig: use 80 columns for commit messages, not 100
...
Our current style favors < 80 columns in commit messages (or we just don't
use editorconfig here?).
2022-02-07 17:16:51 +01:00
Lily Ballard
5fd3bf79f5
Don't trim trailing whitespace on .rst files
...
Our existing .rst files have lines with trailing whitespace in them,
which I can only assume is deliberate, so update the editorconfig to
stop trimming trailing whitespace for these files.
2019-06-15 22:36:07 -07:00
rolag
ac2c38735d
Add max_line_length to .editorconfig
2017-06-16 01:32:55 +02:00
Boris Aranovich
0893134543
Added .editorconfig file ( #3332 ) ( #3313 )
...
.editorconfig: specifying preferred indentation per file-type for the project.
Closes #3332 , #3313
2016-08-24 22:00:53 -07:00