10 lines
		
	
	
	
		
			275 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			275 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
#this syncronizes with settings used by neovims treesitters so that the lsp formatting and treesitter formatting do not fight eatch other.
 | 
						|
PointerAlignment: Left
 | 
						|
ColumnLimit:     120
 | 
						|
IndentWidth:     4
 | 
						|
TabWidth:        4
 | 
						|
UseCRLF:         false
 | 
						|
UseTab:          true
 | 
						|
...
 | 
						|
 |