Fix some Scala documentation grammar and spacing
This commit is contained in:
parent
d090dec8b4
commit
515dcdef29
@ -10,9 +10,12 @@ g:ale_scalastyle_config_loc *g:ale_scalastyle_config_loc*
|
|||||||
Type: |String|
|
Type: |String|
|
||||||
Default: `''`
|
Default: `''`
|
||||||
|
|
||||||
A string containing the location of a global fallback config file.
|
A string containing the location of a global fallback configuration file.
|
||||||
By default, ALE will look for a config file named `scalastyle_config.xml` or
|
|
||||||
`scalastyle-config.xml` in the current file's directory or parent directories.
|
By default, ALE will look for a configuration file named
|
||||||
|
`scalastyle_config.xml` or `scalastyle-config.xml` in the current file's
|
||||||
|
directory or parent directories.
|
||||||
|
|
||||||
|
|
||||||
g:ale_scala_scalastyle_options *g:ale_scala_scalastyle_options*
|
g:ale_scala_scalastyle_options *g:ale_scala_scalastyle_options*
|
||||||
|
|
||||||
@ -21,5 +24,6 @@ g:ale_scala_scalastyle_options *g:ale_scala_scalastyle_options*
|
|||||||
|
|
||||||
A string containing additional options to pass to scalastyle.
|
A string containing additional options to pass to scalastyle.
|
||||||
|
|
||||||
|
|
||||||
===============================================================================
|
===============================================================================
|
||||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||||
|
Loading…
Reference in New Issue
Block a user