Skip to content

Support project settings #72

@wnunezc

Description

@wnunezc

hi, any way to add configuration to the project; and work around the project directory; instead of globally?

Like this:

{
    "folders": [
    {
        "path": "Example1",
        "settings":
        {
            "php_bin": "C:/xampp/php/php.exe",
            "psr1": true,
            "psr2": false,
            "version": 4,
            "enable_auto_align": true,
            "format_on_save": false,
            "indent_with_space": true
        }
    },
    {
        "path": "Example2",
        "settings":
        {
            "php_bin": "C:/xampp/php/php.exe",
            "psr1": true,
            "psr2": true,
            "version": 4,
            "enable_auto_align": true,
            "format_on_save": true,
            "indent_with_space": false
        }
    }]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions