Skip to content

Commit

Permalink
proper tabbing on sh and typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Hashimoto authored and Mitchell Hashimoto committed Jan 27, 2019
1 parent 621146f commit d1e743e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ftplugin/sh.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
setlocal shiftwidth=2
setlocal tabstop=2
setlocal softtabstop=2
setlocal expandtab
4 changes: 4 additions & 0 deletions ftplugin/typescript.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
setlocal shiftwidth=2
setlocal tabstop=2
setlocal softtabstop=2
setlocal expandtab

0 comments on commit d1e743e

Please sign in to comment.