Commit 3a062f01 authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Add macro statements in clang format to format reasonably when macro is not resolved.

parent b0d052d7
Loading
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -84,5 +84,14 @@ SpacesInCStyleCastParentheses: false
SpacesInParentheses: true
SpacesInSquareBrackets: false
Standard:        Cpp11
StatementMacros:
  - IF
  - ELSEIF
  - ELSE
  - SWITCH
  - CASE
  - FOR
  - WHILE
  - DO
TabWidth:        8
UseTab:          Never