Skip to content

Commit 881699e

Browse files
committed
Made documentation more clear
1 parent 8cfdc43 commit 881699e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ autocmd FileType c,cpp,objc map <buffer><Leader>x <Plug>(operator-clang-format)
112112
nmap <Leader>C :ClangFormatAutoToggle<CR>
113113
```
114114

115+
##### Auto-enabling auto-formatting
115116
```vim
116-
" Enable auto formatting on c files:
117117
au FileType c ClangFormatAutoEnable
118118
```
119119

0 commit comments

Comments
 (0)