You've already forked mariadb-columnstore-engine
							
							
				mirror of
				https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
				synced 2025-11-03 17:13:17 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			544 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			544 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
BasedOnStyle: Google
 | 
						|
IndentWidth: 2
 | 
						|
BreakBeforeBraces: Allman
 | 
						|
ColumnLimit: 110
 | 
						|
 | 
						|
---
 | 
						|
Language: Cpp
 | 
						|
AccessModifierOffset: -1
 | 
						|
AllowShortBlocksOnASingleLine: false
 | 
						|
AllowShortCaseLabelsOnASingleLine: true
 | 
						|
AllowShortFunctionsOnASingleLine: false
 | 
						|
AllowShortIfStatementsOnASingleLine: false
 | 
						|
AllowShortLoopsOnASingleLine: false
 | 
						|
BreakConstructorInitializersBeforeComma: true
 | 
						|
ConstructorInitializerIndentWidth: 1
 | 
						|
DerivePointerAlignment: false
 | 
						|
IndentCaseLabels: true
 | 
						|
NamespaceIndentation: None
 | 
						|
PointerAlignment: Left
 | 
						|
SortIncludes: false
 | 
						|
Standard: Auto
 |