mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 03:29:02 +01:00 
			
		
		
		
	 9775a8b7c5
			
		
	
	
		9775a8b7c5
		
			
		
	
	
	
	
		
			
			* add prettier config * format some files * Revert "format some files" This reverts commit 2c5681ba88c422a92737a9c109021aef8deff2f4.
		
			
				
	
	
		
			15 lines
		
	
	
		
			320 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			320 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|     "printWidth": 200,
 | |
|     "tabWidth": 4,
 | |
|     "useTabs": false,
 | |
|     "semi": true,
 | |
|     "singleQuote": true,
 | |
|     "quoteProps": "as-needed",
 | |
|     "trailingComma": "none",
 | |
|     "bracketSpacing": false,
 | |
|     "arrowParens": "always",
 | |
|     "proseWrap": "preserve",
 | |
|     "htmlWhitespaceSensitivity": "css",
 | |
|     "endOfLine": "lf"
 | |
| }
 |