summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-05-07 17:17:00 +0100
committerw0rp <devw0rp@gmail.com>2017-05-07 17:17:00 +0100
commitf6723784e6e0e00b82100251f6a508d262d3b86c (patch)
tree249cd6afeddc28e128a766df26a3d675e24eb877
parent1a157b1cd5f08d652f93defbb10f5bcc1a20a739 (diff)
downloadale-f6723784e6e0e00b82100251f6a508d262d3b86c.zip
#427 Document that the trailing whitespace option can be set differently in each buffer
-rw-r--r--doc/ale.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 7f19fbed..d4d75173 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -575,6 +575,7 @@ g:ale_statusline_format *g:ale_statusline_format*
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|
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
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*