Skip to content

Commit

Permalink
Fix vim settings (wrong group for autocmd)
Browse files Browse the repository at this point in the history
Signed-off-by: Azat Khuzhin <[email protected]>
  • Loading branch information
azat committed Dec 3, 2022
1 parent ff8f955 commit 9c6ea12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .exrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
au BufRead,BufNewFile ./* set tabstop=4 softtabstop=0 expandtab shiftwidth=4 smarttab tags=tags,../tags

au BufRead,BufNewFile * set tabstop=4 softtabstop=0 expandtab shiftwidth=4 smarttab tags=tags,../tags

0 comments on commit 9c6ea12

Please sign in to comment.