14 lines
		
	
	
		
			244 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			244 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| {
 | |
|   "plugins": ["prettier-plugin-go-template"],
 | |
|   "overrides": [
 | |
|     {
 | |
|       "files": ["*.html"],
 | |
|       "options": {
 | |
|         "parser": "go-template",
 | |
|         "goTemplateBracketSpacing": true,
 | |
|         "bracketSameLine": true
 | |
|       }
 | |
|     }
 | |
|   ]
 | |
| }
 |