Skip to content

Commit

Permalink
Specify no indentation for namespaces in clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
matteblair committed Jul 22, 2015
1 parent 635cf88 commit 2d7a9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ IndentWrappedFunctionNames: false
IndentFunctionDeclarationAfterType: false
MaxEmptyLinesToKeep: 2
KeepEmptyLinesAtTheStartOfBlocks: true
NamespaceIndentation: All
NamespaceIndentation: None
ObjCBlockIndentWidth: 2
ObjCSpaceAfterProperty: false
ObjCSpaceBeforeProtocolList: true
Expand Down

0 comments on commit 2d7a9df

Please sign in to comment.