mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			468 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			468 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
    "printWidth": 200,
 | 
						|
    "tabWidth": 4,
 | 
						|
    "useTabs": false,
 | 
						|
    "semi": true,
 | 
						|
    "singleQuote": false,
 | 
						|
    "quoteProps": "as-needed",
 | 
						|
    "trailingComma": "none",
 | 
						|
    "bracketSpacing": true,
 | 
						|
    "arrowParens": "always",
 | 
						|
    "proseWrap": "preserve",
 | 
						|
    "htmlWhitespaceSensitivity": "css",
 | 
						|
    "endOfLine": "lf",
 | 
						|
    "overrides": [
 | 
						|
        {
 | 
						|
            "files": ["*.json"],
 | 
						|
            "options": {
 | 
						|
                "tabWidth": 2
 | 
						|
            }
 | 
						|
        }
 | 
						|
    ]
 | 
						|
}
 |