mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-11-04 14:42:02 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			789 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			789 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
BraceWrapping: 
 | 
						|
  AfterCaseLabel: false
 | 
						|
  AfterClass: false
 | 
						|
  AfterControlStatement: false
 | 
						|
  AfterEnum: false
 | 
						|
  AfterFunction: false
 | 
						|
  AfterNamespace: false
 | 
						|
  AfterObjCDeclaration: false
 | 
						|
  AfterStruct: false
 | 
						|
  AfterUnion: false
 | 
						|
  AfterExternBlock: false
 | 
						|
  BeforeCatch: false
 | 
						|
  BeforeElse: false
 | 
						|
  IndentBraces: false
 | 
						|
  SplitEmptyFunction: false
 | 
						|
  SplitEmptyRecord: false
 | 
						|
  SplitEmptyNamespace: false
 | 
						|
  BeforeLambdaBody: false
 | 
						|
  BeforeWhile: false
 | 
						|
BreakBeforeBraces: Attach
 | 
						|
ColumnLimit: 0
 | 
						|
IndentWidth: 4
 | 
						|
IndentCaseLabels: true
 | 
						|
IncludeBlocks: Regroup
 | 
						|
IncludeCategories:
 | 
						|
  - Regex: '<[[:alnum:].]+\.h>'
 | 
						|
    Priority: 1
 | 
						|
  - Regex: '<[[:alnum:].]+>'
 | 
						|
    Priority: 2
 | 
						|
  - Regex: '.*/.*'
 | 
						|
    Priority: 3
 | 
						|
  - Regex: '.*'
 | 
						|
    Priority: 4
 | 
						|
DerivePointerAlignment: false
 | 
						|
PointerAlignment: Left
 | 
						|
...
 |