mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 13:01:31 +08:00 
			
		
		
		
	chore(prettier): add override for json tabwitdth
use the same value as in the existing .editorconfig
This commit is contained in:
		
							parent
							
								
									6cedd0381d
								
							
						
					
					
						commit
						13feeb0626
					
				
							
								
								
									
										10
									
								
								.prettierrc
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								.prettierrc
									
									
									
									
									
								
							| @ -10,5 +10,13 @@ | |||||||
|     "arrowParens": "always", |     "arrowParens": "always", | ||||||
|     "proseWrap": "preserve", |     "proseWrap": "preserve", | ||||||
|     "htmlWhitespaceSensitivity": "css", |     "htmlWhitespaceSensitivity": "css", | ||||||
|     "endOfLine": "lf" |     "endOfLine": "lf", | ||||||
|  |     "overrides": [ | ||||||
|  |         { | ||||||
|  |             "files": ["*.json"], | ||||||
|  |             "options": { | ||||||
|  |                 "tabWidth": 2 | ||||||
|  |             } | ||||||
|  |         } | ||||||
|  |     ] | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Panagiotis Papadopoulos
						Panagiotis Papadopoulos