Skip to content

Commit

Permalink
settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
toxyy committed Jan 12, 2023
1 parent 70dd488 commit 7f0f696
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"workbench.colorTheme": "Visual Studio Dark",
"cwtools.cache.stellaris": "d:\\Steam Games\\steamapps\\common\\Stellaris",
"editor.defaultFormatter": "tboby.cwtools-vscode",
"editor.tokenColorCustomizations": {
"textMateRules": [
{
Expand Down Expand Up @@ -59,25 +57,5 @@
}
},
]
},
"editor.unicodeHighlight.allowedCharacters": {
"️": true
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"phpstormFormatter.ideBinPath": "C:/Program Files/JetBrains/PhpStorm 2021.3/bin",
"phpstormFormatter.styleGuidePath": "D:/Downloads/phpbb.xml",
"files.eol": "\n",
"intelephense.environment.phpVersion": "8.1.5",
"php.validate.run": "onType",
"php.debug.executablePath": "D:/php-8.1.5/php.exe",
"php.validate.executablePath": "D:/php-8.1.5/php.exe",
"intelephense.telemetry.enabled": false,
"emmet.syntaxProfiles": {

},
"templateLiteralEditor.regexes": {
"php": "(<<<['\"]?([a-zA-Z]*)['\"]?)([\\s\\S]*?)(\\2)"
}
}

0 comments on commit 7f0f696

Please sign in to comment.