Fixing readme

This commit is contained in:
Alex Yatskov 2015-03-25 22:35:58 +09:00
parent 08b2ff9bc5
commit 4bc6e8623a
2 changed files with 1 additions and 4 deletions

View File

@ -32,9 +32,6 @@ information.
Specifies if the closing brace should be wrapped to a new line. This setting is helpful when working with Specifies if the closing brace should be wrapped to a new line. This setting is helpful when working with
languages such as Google's [Go](https://golang.org/project/), which enforce coding style during compliation. languages such as Google's [Go](https://golang.org/project/), which enforce coding style during compliation.
Specifies if the closing brace should be wrapped to a new line. This setting is helpful for languages such as
Google's [Go](https://golang.org/) which enforce this style during compliation.
Brace wrapping enabled (default) Brace wrapping enabled (default)
``` ```

View File

@ -42,7 +42,7 @@ INSTALLATION *argwrap-installation*
* g:argwrap_wrap_closing_brace or b:argwrap_wrap_closing_brace * g:argwrap_wrap_closing_brace or b:argwrap_wrap_closing_brace
Specifies if the closing brace should be wrapped to a new line. This Specifies if the closing brace should be wrapped to a new line. This
setting is helpful when working with languages such as Google's Go setting is helpful when working with languages such as Google's Go,
which enforce coding style during compliation. which enforce coding style during compliation.
Brace wrapping enabled (default) Brace wrapping enabled (default)