mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 10:30:33 +03:00 
			
		
		
		
	Fix git whitespace warning
Recent changes to src/tools/ci/README triggered warnings like
    src/tools/ci/README:88: leftover conflict marker
Raise conflict-marker-size in .gitattributes to avoid these.
			
			
This commit is contained in:
		
							
								
								
									
										4
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
								
							| @@ -7,8 +7,8 @@ | |||||||
| *.x[ms]l	whitespace=space-before-tab,trailing-space,tab-in-indent | *.x[ms]l	whitespace=space-before-tab,trailing-space,tab-in-indent | ||||||
|  |  | ||||||
| # Avoid confusing ASCII underlines with leftover merge conflict markers | # Avoid confusing ASCII underlines with leftover merge conflict markers | ||||||
| README		conflict-marker-size=32 | README		conflict-marker-size=48 | ||||||
| README.*	conflict-marker-size=32 | README.*	conflict-marker-size=48 | ||||||
|  |  | ||||||
| # Certain data files that contain special whitespace, and other special cases | # Certain data files that contain special whitespace, and other special cases | ||||||
| *.data						-whitespace | *.data						-whitespace | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user