{
    "sync.autoDownload": false,
    "sync.autoUpload": false,
    "sync.gist": "",
    "files.autoSave": "afterDelay",
    "sync.forceUpload": false,
    "sync.quietSync": false,
    "[javascript]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "prettier.singleQuote": true,
    "[html]": {
        "editor.defaultFormatter": "vscode.html-language-features"
    },
    "workbench.iconTheme": "vscode-icons",
    "vsicons.dontShowNewVersionMessage": true,
    "[json]": {
        "editor.defaultFormatter": "vscode.json-language-features"
    },
    "editor.tabSize": 2,
    "twig-language-2.indentStyle": "space",
    "emmet.excludeLanguages": [
        "markdown"
    ],
    "emmet.includeLanguages": {
        "twig": "html",
        "javascript": "javascriptreact",
        "typescript": "html",
        "xml": "xml"
    },
    "emmet.triggerExpansionOnTab": true,
    "emmet.extensionsPath": [
        ""
    ],
    "explorer.confirmDelete": false,
    "better-comments.tags": [
        {
            "tag": "!",
            "color": "#FF2D00",
            "strikethrough": false,
            "underline": false,
            "backgroundColor": "transparent",
            "bold": false,
            "italic": false
        },
        {
            "tag": "?",
            "color": "#3498DB",
            "strikethrough": false,
            "underline": false,
            "backgroundColor": "transparent",
            "bold": false,
            "italic": false
        },
        {
            "tag": "//",
            "color": "#474747",
            "strikethrough": true,
            "underline": false,
            "backgroundColor": "transparent",
            "bold": false,
            "italic": false
        },
        {
            "tag": "todo",
            "color": "#FF8C00",
            "strikethrough": false,
            "underline": false,
            "backgroundColor": "transparent",
            "bold": false,
            "italic": false
        },
        {
            "tag": "*",
            "color": "#98C379",
            "strikethrough": false,
            "underline": false,
            "backgroundColor": "transparent",
            "bold": false,
            "italic": false
        }
    ],
    "explorer.confirmDragAndDrop": false,
    "php.suggest.basic": false,
    "files.associations": {
        "*.conf": "apacheconf",
        "*.info": "ini",
        "*.inc": "php",
        "*.install": "php",
        "*.module": "php",
        "*.php": "php",
        "*.profile": "php",
        "*.test": "php",
        "*.theme": "php",
        "*.tpl.php": "php",
        "*.tpl": "smarty",
        "*.html": "twig"
    },
    "intelephense.files.associations": [
        "*.inc",
        "*.install",
        "*.module",
        "*.php",
        "*.phtml",
        "*.profile",
        "*.test",
        "*.theme"
    ],
    "php-cs-fixer.executablePath": "${extensionPath}/php-cs-fixer.phar",
    "[php]": {
        "editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
    },
    "php-cs-fixer.lastDownload": 1635841915952,
    "[xml]": {
        "editor.defaultFormatter": "redhat.vscode-xml"
    },
    "[nginx]": {
        "editor.defaultFormatter": "raynigon.nginx-formatter"
    },
    "yaml.schemas": {
        "file:///c%3A/Users/Lo%C3%AFc/.vscode/extensions/atlassian.atlascode-2.9.1/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
    },
    "workbench.tree.indent": 12,
    "workbench.tree.renderIndentGuides": "always",
    "workbench.colorCustomizations": {
        // "tree.indentGuidesStroke": "#008070"
    },
    "[twig]": {
        "editor.defaultFormatter": "mblode.twig-language-2"
    },
    "[dockerfile]": {
        "editor.defaultFormatter": "ms-azuretools.vscode-docker"
    },
    "[yaml]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "remote.SSH.remotePlatform": {
        "ACP_preprod": "linux",
        "ACP_prod": "linux",
        "SecretEpicier_preprod": "linux",
        "Lexhan_preprod": "linux",
        "SecretEpicier_prod": "linux",
        "mapetitefabrique_preprod": "linux",
        "Ubjv_preprod": "linux",
        "PointSmoke_preprod": "linux",
        "Bagarti_preprod": "linux",
        "Secret_preprod": "linux",
        "Secret_prod": "linux",
        "MaPetiteFabrique_preprod": "linux",
        "MushuPi": "linux",
        "validation.immobilieredusud.immo": "linux",
        "amazon-vie-prod": "linux",
        "amazon-vie-preprod": "linux",
        "Youst-preprod": "linux",
        "Thalasso-prod": "linux",
        "museefabre-preprod": "linux",
        "opadd": "linux",
        "opadd-preprod": "linux",
        "musee-fabre-preprod": "linux"
    },
    "redhat.telemetry.enabled": false,
    "security.workspace.trust.untrustedFiles": "open",
    "diffEditor.ignoreTrimWhitespace": false,
    "xml.symbols.maxItemsComputed": 10000,
    "terminal.integrated.allowChords": false,
    // Choose Default Terminal
    "terminal.integrated.defaultProfile.windows": "Ubuntu (WSL)",
    // "terminal.integrated.defaultProfile.windows": "GitBash",
    // "terminal.integrated.defaultProfile.windows": "CommandPrompt",
    // "terminal.integrated.defaultProfile.windows": "PowerShell",
    "terminal.integrated.profiles.windows": {
        "PowerShell": {
            "source": "PowerShell",
            "icon": "terminal-powershell"
        },
        "Command Prompt": {
            "path": [
                "${env:windir}\\Sysnative\\cmd.exe",
                "${env:windir}\\System32\\cmd.exe"
            ],
            "args": [],
            "icon": "terminal-cmd"
        },
        "Git Bash": {
            "source": "Git Bash"
        },
        "CommandPrompt": {
            "path": [
                "${env:windir}\\Sysnative\\cmd.exe",
                "${env:windir}\\System32\\cmd.exe"
            ],
            "icon": "terminal-cmd"
        },
        "GitBash": {
            "path": [
                "C:\\Program Files\\Git\\bin\\bash.exe"
            ],
            "source": "Git Bash",
            "icon": "terminal-bash"
        },
        "Cmder": {
            "path": "${env:windir}\\System32\\cmd.exe",
            "args": [
                "/k",
                "C:\\cmder\\vendor\\bin\\vscode_init.cmd"
            ]
        },
        "Ubuntu (WSL)": {
            "path": "C:\\WINDOWS\\System32\\wsl.exe",
            "args": [
                "-d",
                "Ubuntu"
            ]
        }
    },
    "[jsonc]": {
        "editor.defaultFormatter": "vscode.json-language-features"
    },
    "files.trimTrailingWhitespace": true,
    "[dockercompose]": {
        "editor.defaultFormatter": "ms-azuretools.vscode-docker"
    },
    "bracketPairColorizer.depreciation-notice": false,
    "sync.forceDownload": false,
    "GitLive.Issue tracker integration": "Disabled",
    "[scss]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "editor.inlineSuggest.enabled": true,
    "github.copilot.enable": {
        "*": true,
        "yaml": true,
        "plaintext": true,
        "markdown": false,
        "php": true
    }
}