Skip to content

Commit

Permalink
Preventing clang-format plugin from using tabs while formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Patryk Małek committed Mar 26, 2016
1 parent f3eea7c commit e1d888d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ let g:clang_format#style_options = {
\ "AccessModifierOffset" : -2,
\ "BreakBeforeBraces" : "Allman",
\ "AlwaysBreakTemplateDeclarations" : "true",
\ "UseTab" : "Never",
\ "Standard" : "C++11",
\ "ColumnLimit" : 100,
\ "BinPackParameters" : "false",
Expand Down

0 comments on commit e1d888d

Please sign in to comment.