Skip to content

Commit

Permalink
Per filetype indent
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiedema committed May 24, 2015
1 parent 83d54a5 commit 3c25c3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ There is currently support for a `vimrc.local` file for local configurations/ove

For bundles there is support for a `vimrc.bundles.local` for including/removing any bundles you'd like.

## [language].vim

Idea taken from [here](http://vim.wikia.com/wiki/Indenting_source_code). These will need to be symlinked (or copied/moved) manually. They're just listed in the root directory

## License

MIT license. Please see `LICENSE` for the full text
2 changes: 2 additions & 0 deletions objc.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
setlocal shiftwidth=4
setlocal softtabstop=4

0 comments on commit 3c25c3f

Please sign in to comment.