Skip to content

Instantly share code, notes, and snippets.

@samuelsmal
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samuelsmal/a3ca204ef10e42afa88a to your computer and use it in GitHub Desktop.
Save samuelsmal/a3ca204ef10e42afa88a to your computer and use it in GitHub Desktop.
sublime text 3 settings

List of sublime text 3 packages I use

  • emmet
  • alignment
  • colorpicker
  • sidebarenhancement
  • docblockr
  • solarized color theme
  • SublimeCodeIntel
// User/Preferences.sublime-settings
{
"font_face": "inconsolata",
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80
],
"scroll_past_end": true,
"tab_size": 2,
"tab_completion": false,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment