Manuel Thalmann
afc65d8cf3
All checks were successful
continuous-integration/drone/push Build is passing
22 lines
810 B
JSON
22 lines
810 B
JSON
{
|
|
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
|
|
"javascript.format.placeOpenBraceOnNewLineForControlBlocks": true,
|
|
"javascript.format.placeOpenBraceOnNewLineForFunctions": true,
|
|
"typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
|
|
"typescript.format.placeOpenBraceOnNewLineForControlBlocks": true,
|
|
"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/**"
|
|
]
|
|
}
|