Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mousetrap.sublime-project « mousetrap « node_modules - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6ad21c02db160dc714ceff185b159663c54826aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "settings":
    {
        "detect_indentation": true,
        "ensure_newline_at_eof_on_save": true,
        "tab_size": 4,
        "translate_tabs_to_spaces": true,
        "trim_automatic_white_space": false,
        "trim_trailing_white_space_on_save": true,
    },
    "folders":
    [
        {
            "path": "./",
            "folder_exclude_patterns": ["bin", "coverage", "node_modules"],
            "file_exclude_patterns": ["*.sublime-workspace"]
        }
    ]
}