mirror of https://github.com/flightphp/core
				
				
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							42 lines
						
					
					
						
							1.0 KiB
						
					
					
				
			
		
		
	
	
							42 lines
						
					
					
						
							1.0 KiB
						
					
					
				{
 | 
						|
    "folders": [
 | 
						|
        {
 | 
						|
            "path": ".",
 | 
						|
            "name": "FlightPHP/Core",
 | 
						|
        }
 | 
						|
    ],
 | 
						|
    "settings": {
 | 
						|
        "LSP": {
 | 
						|
            "LSP-intelephense": {
 | 
						|
                "settings": {
 | 
						|
                    "intelephense.environment.phpVersion": "7.4.0",
 | 
						|
                    "intelephense.format.braces": "psr12",
 | 
						|
                },
 | 
						|
            },
 | 
						|
            "formatters": {
 | 
						|
                "embedding.php": "LSP-intelephense",
 | 
						|
                "source.json.composer": "LSP-json",
 | 
						|
                "source.json.sublime": "LSP-json",
 | 
						|
            },
 | 
						|
            "LSP-html": {
 | 
						|
                "enabled": false
 | 
						|
            },
 | 
						|
            "LSP-tailwindcss": {
 | 
						|
                "enabled": false
 | 
						|
            },
 | 
						|
        },
 | 
						|
    },
 | 
						|
    "build_systems": [
 | 
						|
        {
 | 
						|
            "name": "Linter - HARD",
 | 
						|
            "quiet": true,
 | 
						|
            "shell_cmd": "composer lint -- --no-ansi -lmax"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "Linter - Default",
 | 
						|
            "quiet": true,
 | 
						|
            "shell_cmd": "composer lint -- --no-ansi"
 | 
						|
        }
 | 
						|
    ],
 | 
						|
}
 |