mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			421 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			421 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", "administration.md"],
 | 
						|
            "options": {
 | 
						|
                "tabWidth": 4
 | 
						|
            }
 | 
						|
        }
 | 
						|
    ]
 | 
						|
}
 |