summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Crites <ajcrites@gmail.com>2018-03-02 15:22:29 -0500
committerw0rp <w0rp@users.noreply.github.com>2018-03-02 20:22:29 +0000
commitacbe527e15f1f388b8dbc9889216e9368d98e6c6 (patch)
treead72db49a1fc7ef8c3028f2b97819ec76d24b1c2 /README.md
parent2096562899aa0994a2c6d2c30320810001d98591 (diff)
downloadale-acbe527e15f1f388b8dbc9889216e9368d98e6c6.zip
Option to open lists vertically (#1381)
* Add configuration option to open lists vertically * Add tests, clean up vertical list config * Vertical list option cleanup * Use is# for tests * Order properties in documentation alphabetically
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3857e324..bbf817de 100644
--- a/README.md
+++ b/README.md
@@ -577,6 +577,9 @@ let g:ale_open_list = 1
let g:ale_keep_list_window_open = 1
```
+You can also set `let g:ale_list_vertical = 1` to open the windows vertically
+instead of the default horizontally.
+
<a name="faq-jsx-stylelint-eslint"></a>
### 5.xii. How can I check JSX files with both stylelint and eslint?