mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 09:15:29 +01:00 
			
		
		
		
	Fix .clang-format file config values
				
					
				
			This commit is contained in:
		@@ -3,10 +3,10 @@ IndentWidth: 4
 | 
			
		||||
UseTab: Always
 | 
			
		||||
TabWidth: 4
 | 
			
		||||
BreakBeforeBraces: Custom
 | 
			
		||||
Standard: Cpp11
 | 
			
		||||
Standard: c++17
 | 
			
		||||
BraceWrapping:
 | 
			
		||||
  AfterClass: true
 | 
			
		||||
  AfterControlStatement: false
 | 
			
		||||
  AfterControlStatement: Never
 | 
			
		||||
  AfterEnum: true
 | 
			
		||||
  AfterFunction: true
 | 
			
		||||
  AfterNamespace: true
 | 
			
		||||
@@ -20,7 +20,7 @@ IndentCaseLabels: false
 | 
			
		||||
AccessModifierOffset: -4
 | 
			
		||||
ColumnLimit: 90
 | 
			
		||||
AllowShortFunctionsOnASingleLine: InlineOnly
 | 
			
		||||
SortIncludes: false
 | 
			
		||||
SortIncludes: Never
 | 
			
		||||
IncludeCategories:
 | 
			
		||||
  - Regex:           '^".*'
 | 
			
		||||
    Priority:        2
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user