mirror of
				https://github.com/Xahau/xahaud.git
				synced 2025-11-04 10:45:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			408 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			408 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "C_Cpp.formatting": "clangFormat",
 | 
						|
  "C_Cpp.clang_format_path": ".clang-format",
 | 
						|
  "C_Cpp.clang_format_fallbackStyle": "{ ColumnLimit: 0 }",
 | 
						|
  "[cpp]":{
 | 
						|
    "editor.wordBasedSuggestions": "off",
 | 
						|
    "editor.suggest.insertMode": "replace",
 | 
						|
    "editor.semanticHighlighting.enabled": true,
 | 
						|
    "editor.tabSize": 4,
 | 
						|
    "editor.defaultFormatter": "xaver.clang-format",
 | 
						|
    "editor.formatOnSave": true
 | 
						|
  }
 | 
						|
}
 |