diff options
author | w0rp <devw0rp@gmail.com> | 2017-12-17 12:10:07 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-12-17 12:10:07 +0000 |
commit | 7284270120e1a9f9b697d388a4999654f0fc7db5 (patch) | |
tree | 77823159e3a212c07581eeedd890f50475021c13 | |
parent | c8ee402ccefea822629970fb39b538eca95219c4 (diff) | |
download | ale-7284270120e1a9f9b697d388a4999654f0fc7db5.zip |
Fix some right margin alignment
-rw-r--r-- | doc/ale-java.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/ale-java.txt b/doc/ale-java.txt index ce47542d..0d2011f8 100644 --- a/doc/ale-java.txt +++ b/doc/ale-java.txt @@ -34,19 +34,20 @@ g:ale_java_javac_options *g:ale_java_javac_options* =============================================================================== -google-java-format *ale-java-google-java-format* +google-java-format *ale-java-google-java-format* -g:ale_java_google_java_format_executable *g:ale_java_google_java_format_executable* - *b:ale_java_google_java_format_executable* +g:ale_java_google_java_format_executable + *g:ale_java_google_java_format_executable* + *b:ale_java_google_java_format_executable* Type: |String| Default: `'google-java-format'` See |ale-integrations-local-executables| -g:ale_java_google_java_format_options *g:ale_java_google_java_format_options* - *b:ale_java_google_java_format_options* +g:ale_java_google_java_format_options *g:ale_java_google_java_format_options* + *b:ale_java_google_java_format_options* Type: |String| Default: `''` |