diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-07-12 13:15:48 -0400 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-07-12 13:15:48 -0400 |
| commit | 2dfc3abde7a353005e0f211adcb1ca993ce6cba1 (patch) | |
| tree | c6d453b592efdc19c165153dfd92726fa5464179 /.vscode/settings.json | |
| parent | cae397d6bba9253295d0627c3839ec33e69946c5 (diff) | |
| parent | bde549beec0b9644ff0e39585989b1a6795750eb (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index fc315ffaf..5df697fee 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,5 +9,6 @@ "editor.formatOnSave": true, "editor.detectIndentation": false, "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false, - "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true + "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true, + "search.usePCRE2": true }
\ No newline at end of file |
