Skip to content

Commit

Permalink
Document configuration variables
Browse files Browse the repository at this point in the history
  • Loading branch information
alx741 committed Nov 22, 2016
1 parent f69a454 commit af1f92e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,14 @@ Compatible with `Vundle`, `Pathogen`, `Vim-plug`.

## Configuration

Use the `g:hindent_indent_size` variable to control the number of spaces per
indentation (default = 2).
Trigger Hindent when saving (default = 1):

```vim
g:hindent_on_save = 1
```

Number of spaces per indentation (default = 2):

```vim
g:hindent_indent_size = 2
```

0 comments on commit af1f92e

Please sign in to comment.