Disable auto format for python in helix
This commit is contained in:
		
							parent
							
								
									43706133df
								
							
						
					
					
						commit
						83123499c2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -33,7 +33,7 @@
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          name = "python";
 | 
					          name = "python";
 | 
				
			||||||
          language-id = "python";
 | 
					          language-id = "python";
 | 
				
			||||||
          auto-format = true;
 | 
					          auto-format = false;
 | 
				
			||||||
          file-types = ["py"];
 | 
					          file-types = ["py"];
 | 
				
			||||||
          language-servers = ["python-lsp"];
 | 
					          language-servers = ["python-lsp"];
 | 
				
			||||||
          formatter = {
 | 
					          formatter = {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue