mirror of https://github.com/lowRISC/ibex.git
Fix vim setting suggestion
This commit is contained in:
parent
d363a3d3b6
commit
826da1522f
|
@ -15,5 +15,5 @@ For a detailed why and how please refer to one of the multiple [resources](https
|
|||
If you use `vi` for your commit message, consider to put the following snippet inside your `~/.vimrc`:
|
||||
|
||||
```
|
||||
autocmd Filetype gitcommit setlocal spell textwidth=72s
|
||||
autocmd Filetype gitcommit setlocal spell textwidth=72
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue