Sublime Text

Setup whitespaces tabs and spaces: Indentation Settings

Syncing settings Sublimall

Editing project link

{
    "folders":
    [
        {
            "path": "/path/to/projectsrc",
            "folder_exclude_patterns": ["node_modules"]
        }
    ],
    "settings":
    {
        "tab_size": 8
    },
    "build_systems":
    [
        {
            "name": "Run Mocha Tests",
            // "working_dir": "",
            "shell_cmd": "mocha ${project_path}/tests"
        }

    ]
}

Build System reference

My settings

{
    "color_scheme": "Packages/User/Monokai (SL).tmTheme",
    "font_size": 14,
    "ignored_packages":
    [
    ],
    "indent_to_bracket": true,
    "tab_size": 4,
    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true,
    "scroll_past_end": true,
    "line_padding_bottom": 2,
    "line_padding_top": 2


}

If you do not use vi mode remove ignored_packages override.

Author

I plan to write more articles about common laravel components. If you are interested let’s stay in touch.
comments powered by Disqus