{
    "editor.codeActionsOnSave": {
        "source.fixAll.eslint": "explicit"
    },
    "editor.formatOnSave": true,
    "editor.defaultFormatter": "esbenp.prettier-vscode",
    "search.exclude": {
        ".jest-cache": true,
        "public": true,
        "**/.cache": true,
        "**/logs": true,
        "**/.log": true,
        "**/npm-debug.log*": true,
        "**/yarn-debug.log*": true,
        "**/yarn-error.log*": true,
        "**/lerna-debug.log": true,
        "**/.nyc_output": true,
        "**/node_modules": true,
        "**/.eslintcache": true,
        "**/.jest-*": true,
        "**/.jest-cache": true,
        "**/build": true,
        "**/.next": true,
        "**/dist": true,
        "**/*.log": true
    },
    "cSpell.words": ["braineet", "fullname", "jobtitle"],
    "better-comments.tags": [
        {
            "tag": "!",
            "color": "#f94747",
            "strikethrough": false,
            "underline": false,
            "backgroundColor": "transparent",
            "bold": true,
            "italic": false
        },
        {
            "tag": "?",
            "color": "#9777df",
            "strikethrough": false,
            "underline": false,
            "backgroundColor": "transparent",
            "bold": true,
            "italic": false
        },
        {
            "tag": "todo",
            "color": "#ffb300",
            "strikethrough": false,
            "underline": false,
            "backgroundColor": "transparent",
            "bold": true,
            "italic": false
        },
        {
            "tag": "*",
            "color": "#00ccbb",
            "strikethrough": false,
            "underline": false,
            "backgroundColor": "transparent",
            "bold": true,
            "italic": false
        }
    ],
    "files.associations": {
        "*.env.development": "env",
        "*.env.preprod": "env",
        "*.env.production": "env"
    }
}
