mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	 55f26c9c4c
			
		
	
	55f26c9c4c
	
	
	
		
			
			* Reformat internal links * Update screenshots, docs & readme * Use image lightbox * Fix nested list on docs index * Add some visual interest to screenshots layout * Compress images
		
			
				
	
	
		
			17 lines
		
	
	
		
			398 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			398 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|     # https://prettier.io/docs/en/options.html#semicolons
 | |
|     "semi": false,
 | |
|     # https://prettier.io/docs/en/options.html#quotes
 | |
|     "singleQuote": true,
 | |
|     # https://prettier.io/docs/en/options.html#trailing-commas
 | |
|     "trailingComma": "es5",
 | |
|     "overrides": [
 | |
|         {
 | |
|             "files": "index.md",
 | |
|             "options": {
 | |
|                 "tabWidth": 4
 | |
|             }
 | |
|         }
 | |
|     ]
 | |
| }
 |