You've already forked pgbackrest
							
							
				mirror of
				https://github.com/pgbackrest/pgbackrest.git
				synced 2025-10-30 23:37:45 +02:00 
			
		
		
		
	Classify all .h files as C.
Github classifies many C header files as C++, perhaps because they don't contain anything definitively C-like. Add an override to ensure .h files are always classified as C since this project contains no C++.
This commit is contained in:
		
							
								
								
									
										2
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,2 @@ | ||||
| # Classify all .h files as C | ||||
| *.h linguist-language=C | ||||
		Reference in New Issue
	
	Block a user