mirror of
				https://github.com/gpxstudio/gpx.studio.git
				synced 2025-11-04 05:21:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			263 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			263 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
	"useTabs": false,
 | 
						|
	"tabWidth": 4,
 | 
						|
	"singleQuote": true,
 | 
						|
	"trailingComma": "es5",
 | 
						|
	"printWidth": 100,
 | 
						|
	"overrides": [
 | 
						|
    {
 | 
						|
      "files": "**/*.svelte",
 | 
						|
      "options": {
 | 
						|
        "plugins": ["prettier-plugin-svelte"],
 | 
						|
		"parser": "svelte"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |