2019-10-07 11:48:01 +00:00
|
|
|
{
|
|
|
|
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
|
|
|
|
"javascript.format.placeOpenBraceOnNewLineForControlBlocks": true,
|
|
|
|
"javascript.format.placeOpenBraceOnNewLineForFunctions": true,
|
|
|
|
"typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
|
|
|
|
"typescript.format.placeOpenBraceOnNewLineForControlBlocks": true,
|
2021-05-14 04:05:26 +00:00
|
|
|
"typescript.format.placeOpenBraceOnNewLineForFunctions": true,
|
|
|
|
"intelephense.files.exclude": [
|
|
|
|
"**/.git/**",
|
|
|
|
"**/.svn/**",
|
|
|
|
"**/.hg/**",
|
|
|
|
"**/CVS/**",
|
|
|
|
"**/.DS_Store/**",
|
|
|
|
"**/node_modules/**",
|
|
|
|
"**/bower_components/**",
|
|
|
|
"**/vendor/**/{Tests,tests}/**",
|
|
|
|
"**/.history/**",
|
|
|
|
"**/vendor/**/vendor/**",
|
|
|
|
"test/website/themes/mantra/**"
|
|
|
|
]
|
2021-05-11 00:57:13 +00:00
|
|
|
}
|