Skip to content

Instantly share code, notes, and snippets.

@rafaell-lycan
Last active December 17, 2015 03:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafaell-lycan/5543934 to your computer and use it in GitHub Desktop.
Save rafaell-lycan/5543934 to your computer and use it in GitHub Desktop.
Sublime Text 2: Preferences.sublime-settings - User
// Packages Installed (Package Control)
// - AdvancedNewFile
// - All Autocomplete
// - AngularJS
// - AutoFileName
// - Better JavaScript
// - BracketHighlither
// - Emmet
// - FileDiffs
// - JavaScript Console
// - jQuery
// - jsMinifier
// - Less
// - Markdown Preview
// - Nettus+ Fetch
// - Sass
// - SideBarEnhancements
// - SyncedSideBar
// - Theme - Aqua
// - Theme - Flatland
// - Theme - Phoenix
// - TrailingSpaces
{
"bold_folder_labels": true,
"close_windows_when_empty": false,
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
"draw_minimap_border": true,
"draw_white_space": "all",
"find_selected_text": true,
"font_face": "Monaco",
"font_options":
[
"subpixel_antialias"
],
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 4,
"line_padding_top": 4,
"move_to_limit_on_up_down": false,
"open_files_in_new_window": false,
"remember_open_files": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false,
// Phoenix Theme
"theme": "Flatland Dark.sublime-theme",
"phoenix_blur_current_tab": true,
"phoenix_color_blue": true,
"phoenix_color_expanded_folder": true,
"phoenix_dirty_bottom_bar": true,
"phoenix_dirty_bottom_bar_blue": true,
"phoenix_highlight_current_tab": true,
"phoenix_solid_current_tab": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment