mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 02:08:13 +00:00 
			
		
		
		
	gitattributes: json and yaml files LF line endings
Always check-out / check-in json and yaml files with LF line endings. This will also solve a few unit tests on Windows, in which the expectation is that marshalled objects match the the content written in a few yaml or json files. On Windows, these files may be checked out with CRLF line endings, which causes the tests to fail.
This commit is contained in:
		
							
								
								
									
										3
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
								
							| @@ -1,3 +1,6 @@ | ||||
| # Always check-out / check-in files with LF line endings. | ||||
| * text=auto eol=lf | ||||
|  | ||||
| hack/verify-flags/known-flags.txt merge=union | ||||
| test/test_owners.csv merge=union | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Claudiu Belu
					Claudiu Belu