Skip to content

Instantly share code, notes, and snippets.

@the-teacher
Created January 12, 2015 15:21
Show Gist options
  • Save the-teacher/b5f7ffd8590f8b5fe140 to your computer and use it in GitHub Desktop.
Save the-teacher/b5f7ffd8590f8b5fe140 to your computer and use it in GitHub Desktop.
sublime settings
{
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
"default_line_ending": "system",
"ensure_newline_at_eof_on_save": true,
"font_size": 18,
"ignored_packages":
[
"Better CoffeeScript",
"Ruby Slim",
"Vintage"
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": "false"
}
@the-teacher
Copy link
Author

{
    "font_size": 22,
    "ignored_packages":
    [
        "Vintage"
    ],
    "tab_size": 2,
    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true,
    "word_wrap": false
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment