Skip to content

Instantly share code, notes, and snippets.

@achudars
Created November 21, 2013 14:09
Show Gist options
  • Save achudars/7582138 to your computer and use it in GitHub Desktop.
Save achudars/7582138 to your computer and use it in GitHub Desktop.
My SublimeText 3 configuration
PLUGINS:
Package Control
Theme - Soda
AngularJS
GitGutter
LESS
Monokai Extended
SideBarEnhancements
SublimeLint
USER - SETTINGS:
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Monokai Extended/Monokai Extended.tmTheme",
"draw_minimap_border": true,
"font_size": 8,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"soda_folder_icons": true,
"theme": "Soda Dark 3.sublime-theme",
"tab_size": 4,
"translate_tabs_to_spaces": true,
"highlight_line": true,
"trim_trailing_white_space_on_save": true,
"highlight_modified_tabs": true,
"scroll_past_end": false,
"draw_indent_guides": true,
"draw_white_space": "selection"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment