mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 11:39:01 +01:00 
			
		
		
		
	Merge pull request #906 from pano9000/chore_prettier-json-tabWidth-override
chore(prettier): add override for *.json tab width to match .editorconfig
This commit is contained in:
		
						commit
						71f763f39c
					
				
							
								
								
									
										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
	 Elian Doran
						Elian Doran