#427 Document that the trailing whitespace option can be set differently in each buffer
This commit is contained in:
parent
1a157b1cd5
commit
f6723784e6
@ -575,6 +575,7 @@ g:ale_statusline_format *g:ale_statusline_format*
|
|||||||
|
|
||||||
|
|
||||||
g:ale_warn_about_trailing_whitespace *g:ale_warn_about_trailing_whitespace*
|
g:ale_warn_about_trailing_whitespace *g:ale_warn_about_trailing_whitespace*
|
||||||
|
b:ale_warn_about_trailing_whitespace *b:ale_warn_about_trailing_whitespace*
|
||||||
|
|
||||||
Type: |Number|
|
Type: |Number|
|
||||||
Default: `1`
|
Default: `1`
|
||||||
@ -588,6 +589,8 @@ g:ale_warn_about_trailing_whitespace *g:ale_warn_about_trailing_whitespace*
|
|||||||
Not all linters may respect this option. If a linter does not, please file a
|
Not all linters may respect this option. If a linter does not, please file a
|
||||||
bug report, and it may be possible to add such support.
|
bug report, and it may be possible to add such support.
|
||||||
|
|
||||||
|
This option may be configured on a per buffer basis.
|
||||||
|
|
||||||
|
|
||||||
===============================================================================
|
===============================================================================
|
||||||
4. Linter Options and Recommendations *ale-linter-options*
|
4. Linter Options and Recommendations *ale-linter-options*
|
||||||
|
Loading…
Reference in New Issue
Block a user