From d090dec8b444fe0847505856a20a00279e71b928 Mon Sep 17 00:00:00 2001 From: w0rp Date: Sat, 14 Oct 2017 23:41:05 +0100 Subject: Rename the Scala documentation file --- doc/ale-scala-scalastyle.txt | 25 ------------------------- doc/ale-scala.txt | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 doc/ale-scala-scalastyle.txt create mode 100644 doc/ale-scala.txt (limited to 'doc') diff --git a/doc/ale-scala-scalastyle.txt b/doc/ale-scala-scalastyle.txt deleted file mode 100644 index c819e003..00000000 --- a/doc/ale-scala-scalastyle.txt +++ /dev/null @@ -1,25 +0,0 @@ -=============================================================================== -ALE Scala Integration *ale-scala-options* - - -=============================================================================== -scalastyle *ale-scala-scalastyle* - -g:ale_scalastyle_config_loc *g:ale_scalastyle_config_loc* - - Type: |String| - Default: `''` - - A string containing the location of a global fallback config 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. - -g:ale_scala_scalastyle_options *g:ale_scala_scalastyle_options* - - Type: |String| - Default: `''` - - A string containing additional options to pass to scalastyle. - -=============================================================================== - vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: diff --git a/doc/ale-scala.txt b/doc/ale-scala.txt new file mode 100644 index 00000000..c819e003 --- /dev/null +++ b/doc/ale-scala.txt @@ -0,0 +1,25 @@ +=============================================================================== +ALE Scala Integration *ale-scala-options* + + +=============================================================================== +scalastyle *ale-scala-scalastyle* + +g:ale_scalastyle_config_loc *g:ale_scalastyle_config_loc* + + Type: |String| + Default: `''` + + A string containing the location of a global fallback config 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. + +g:ale_scala_scalastyle_options *g:ale_scala_scalastyle_options* + + Type: |String| + Default: `''` + + A string containing additional options to pass to scalastyle. + +=============================================================================== + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: -- cgit v1.2.3