Enable format on save for Nix files.
This commit is contained in:
		
							parent
							
								
									a5a7564bc7
								
							
						
					
					
						commit
						b273f13da0
					
				| 
						 | 
				
			
			@ -141,6 +141,9 @@
 | 
			
		|||
    "editor.wordWrap": "wordWrapColumn",
 | 
			
		||||
    "editor.wordWrapColumn": 80
 | 
			
		||||
  },
 | 
			
		||||
  "[nix]": {
 | 
			
		||||
    "editor.formatOnSave": true
 | 
			
		||||
  },
 | 
			
		||||
  "[python]": {
 | 
			
		||||
    "editor.formatOnSave": true,
 | 
			
		||||
    "editor.tabSize": 4
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in New Issue