Skip to content

Instantly share code, notes, and snippets.

@chinmaygarde
Last active December 10, 2015 09:19
Show Gist options
  • Save chinmaygarde/4413795 to your computer and use it in GitHub Desktop.
Save chinmaygarde/4413795 to your computer and use it in GitHub Desktop.
Sublime Settings
{
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - Aqua/Color Schemes/Monokai Aqua.tmTheme",
"default_line_ending": "unix",
"font_face": "Monaco",
"font_size": 15.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80,
120
],
"trim_trailing_white_space_on_save": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"wrap_width": 80,
"ensure_newline_at_eof_on_save": true,
"indent_guide_options": ["draw_normal", "draw_active"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment