mirror of
				https://github.com/TheLartians/ModernCppStarter.git
				synced 2025-10-31 02:01:33 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			470 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			470 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
|   BasedOnStyle: Google
 | |
|   AccessModifierOffset: '-2'
 | |
|   AlignTrailingComments: 'true'
 | |
|   AllowAllParametersOfDeclarationOnNextLine: 'false'
 | |
|   AlwaysBreakTemplateDeclarations: 'false'
 | |
|   BreakBeforeBraces: Attach
 | |
|   ColumnLimit: '100'
 | |
|   ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
 | |
|   IncludeBlocks: Regroup
 | |
|   IndentPPDirectives: AfterHash
 | |
|   IndentWidth: '2'
 | |
|   NamespaceIndentation: All
 | |
|   BreakBeforeBinaryOperators: All
 | |
|   BreakBeforeTernaryOperators: 'true'
 | |
| ...
 |