mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 02:31:18 -03:00
Disable editor hard wrapping for .rst and .md files.
The .md and .rst files allready present do not hard wrap lines (the style seems to be one line per paragraph, which could be a few hundred characters long). So this makes those files have no line length limit, instead of 100.
This commit is contained in:
committed by
Johannes Altmanninger
parent
4a9fd1bbbb
commit
f843d5bd34
@@ -13,6 +13,7 @@ max_line_length = 100
|
||||
indent_style = tab
|
||||
|
||||
[*.{md,rst}]
|
||||
max_line_length = unset
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.sh]
|
||||
|
||||
Reference in New Issue
Block a user