fixed fight between treesitter and clang-format WRT indentation.
This commit is contained in:
		
							parent
							
								
									5cfe0b683b
								
							
						
					
					
						commit
						855108ffc2
					
				
					 1 changed files with 8 additions and 0 deletions
				
			
		
							
								
								
									
										8
									
								
								neovim/.clang-format
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								neovim/.clang-format
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,8 @@
 | 
			
		|||
---
 | 
			
		||||
#this syncronizes with settings used by neovims treesitters so that the lsp formatting and treesitter formatting do not fight eatch other.
 | 
			
		||||
IndentWidth:     4
 | 
			
		||||
TabWidth:        4
 | 
			
		||||
UseCRLF:         false
 | 
			
		||||
UseTab:          true
 | 
			
		||||
...
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue