mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 02:52:37 +00:00 
			
		
		
		
	feat: editorconfig support for 0.9.0
This commit is contained in:
		
					parent
					
						
							
								af0c6ea087
							
						
					
				
			
			
				commit
				
					
						2d4f2ed91d
					
				
			
		
					 1 changed files with 5 additions and 0 deletions
				
			
		|  | @ -139,5 +139,10 @@ with builtins; { | ||||||
|       default = true; |       default = true; | ||||||
|       description = "New splits will open to the right"; |       description = "New splits will open to the right"; | ||||||
|     }; |     }; | ||||||
|  |     enableEditorconfig = mkOption { | ||||||
|  |       type = types.bool; | ||||||
|  |       default = false; | ||||||
|  |       description = "Follow editorconfig rules in current directory" | ||||||
|  |     };     | ||||||
|   }; |   }; | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 NotAShelf
				NotAShelf