aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: f33c38466afa2a50616ade811291d03cf5c9c7e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "files.exclude": {
        "**/.git": true,
        "**/.svn": true,
        "**/.hg": true,
        "**/CVS": true,
        "**/.DS_Store": true,
    },
    "editor.formatOnSave": true,
    "editor.detectIndentation": false,
    "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false,
    "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
    "workbench.colorCustomizations": {}
}