|  | BasedOnStyle: LLVM
 | 
						
						
						
							|  | IndentWidth: 4
 | 
						
						
						
							|  | UseTab: Never
 | 
						
						
						
							|  | BreakBeforeBraces: Attach
 | 
						
						
						
							|  | AllowShortFunctionsOnASingleLine: Inline
 | 
						
						
						
							|  | AllowShortIfStatementsOnASingleLine: true
 | 
						
						
						
							|  | IndentCaseLabels: false
 | 
						
						
						
							|  | ColumnLimit: 100
 | 
						
						
						
							|  | PointerBindsToType: true
 | 
						
						
						
							|  | SpacesBeforeTrailingComments: 2
 |