OS X install and tips

View the Project on GitHub nicolas-brousse/osx-install-and-tips

← Go home

Sublime text

Configuration

{
    "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
    "create_window_at_startup": false,
    "detect_slow_plugins": false,
    "draw_white_space": "all",
    "ensure_newline_at_eof_on_save": true,
    "font_size": 11.0,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "hot_exit": false,
    "ignored_packages":
    [
    ],
    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true,
    "word_wrap": false
}

Install package controle

https://sublime.wbond.net/installation

Packages to install


← Go home