Skip to content

Commit

Permalink
ftplugin indentation was overridden on BufReadPost
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaku committed Jul 3, 2020
1 parent dd33eb2 commit 2ede987
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions after/indent/sml.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
setlocal shiftwidth=4
3 changes: 0 additions & 3 deletions ftplugin/make.vim

This file was deleted.

2 changes: 1 addition & 1 deletion plugin/format.vim
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ set formatoptions+=j " delete comment character when joining
set textwidth=78 " hard-wrap long lines as you type them
set tabstop=8 " render TABs using this many spaces
set expandtab " insert spaces when TAB is pressed
set softtabstop=2 " ... this many spaces
set shiftwidth=2 " indentation amount for < and > commands
set softtabstop=-1 " reflect the same value as &shiftwidth
set nrformats-=octal " no octal numbering for <C-A> and <C-X>

0 comments on commit 2ede987

Please sign in to comment.