mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-10-31 09:09:25 +08:00 
			
		
		
		
	Use file scoped namespace declarations
This commit is contained in:
		 Patrik Svensson
					Patrik Svensson
				
			
				
					committed by
					
						 Phil Scott
						Phil Scott
					
				
			
			
				
	
			
			
			 Phil Scott
						Phil Scott
					
				
			
						parent
						
							1dbaf50935
						
					
				
				
					commit
					ec1188b837
				
			| @@ -30,6 +30,9 @@ trim_trailing_whitespace = false | ||||
| end_of_line = lf | ||||
|  | ||||
| [*.cs] | ||||
| # Prefer file scoped namespace declarations | ||||
| csharp_style_namespace_declarations = file_scoped:warning | ||||
|  | ||||
| # Sort using and Import directives with System.* appearing first | ||||
| dotnet_sort_system_directives_first = true | ||||
| dotnet_separate_import_directive_groups = false | ||||
|   | ||||
		Reference in New Issue
	
	Block a user