Skip to content

Instantly share code, notes, and snippets.

@bialikover
Created November 14, 2013 02:21
Show Gist options
  • Save bialikover/7460241 to your computer and use it in GitHub Desktop.
Save bialikover/7460241 to your computer and use it in GitHub Desktop.
sublime config
{
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"font_size": 12.0,
"ensure_newline_at_eof_on_save": true,
"trim_trailing_white_space_on_save": true,
"rulers": [79],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"ignored_packages":
[
"Vintage"
]
}
@bialikover
Copy link
Author

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