mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-10-26 23:07:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			487 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			487 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
| 	"insertPragma": true,
 | |
| 	"proseWrap": "always",
 | |
| 	"singleAttributePerLine": true,
 | |
| 	"plugins": [
 | |
| 		"@prettier/plugin-ruby",
 | |
| 		"@prettier/plugin-xml",
 | |
| 		"prettier-plugin-nginx",
 | |
| 		"prettier-plugin-sh",
 | |
| 		"prettier-plugin-toml"
 | |
| 	],
 | |
| 	"overrides": [
 | |
| 		{ "files": ".prettierrc", "options": { "parser": "json" } },
 | |
| 		{
 | |
| 			"files": "conf/librewolf.overrides.cfg",
 | |
| 			"options": { "parser": "babel" }
 | |
| 		},
 | |
| 		{
 | |
| 			"files": "conf/autoconfig.js.online",
 | |
| 			"options": { "parser": "babel" }
 | |
| 		}
 | |
| 	]
 | |
| }
 |