summary refs log blame commit diff
path: root/.clang-format
blob: adb43177111b4ad781be71f7e8097060abf49043 (plain) (tree)
1
2
3
4
5
6
7
8
9
   
               
                        
                            
                                 
                                            
                     
                       
              
                                       
                       
                                

                    
---
Language: Cpp
Standard: c++17
AccessModifierOffset: -4
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: true
AllowShortFunctionsOnASingleLine: InlineOnly
BasedOnStyle: Mozilla
ColumnLimit: 100
IndentCaseLabels: false
IndentWidth: 4
KeepEmptyLinesAtTheStartOfBlocks: false
PointerAlignment: Right
Cpp11BracedListStyle: true
PenaltyReturnTypeOnItsOwnLine: 0
---
BasedOnStyle: WebKit
Language: ObjC