mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-11-04 00:33:53 +01:00 
			
		
		
		
	* output as "json-stringify" (which is most similar to most files currently in the repository) * add .editorconfig * drop (now) superfluous pretter settings * add npm commands to check code style
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			100 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			100 B
		
	
	
	
		
			Text
		
	
	
	
	
	
{
 | 
						|
	"parser": "json-stringify",
 | 
						|
	"proseWrap": "never",
 | 
						|
	"bracketSpacing": true,
 | 
						|
	"endOfLine": "lf"
 | 
						|
}
 |