Skip to content

Instantly share code, notes, and snippets.

@ph4un00b
Last active December 10, 2015 10:58
Show Gist options
  • Save ph4un00b/4424653 to your computer and use it in GitHub Desktop.
Save ph4un00b/4424653 to your computer and use it in GitHub Desktop.
mis weas de sublime text 2
### sb3
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" ~/the/dir
{
"traslate_tabs_to_spaces": true,
"auto_indent": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme",
"detect_indentation": true,
"detect_slow_plugins": false,
"font_size": 17.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 6,
"line_padding_top": 6,
"margin": 0,
"remember_open_files": false,
"scroll_past_end": true,
"shift_tab_unindent": true,
"tab_size": 4,
"theme": "Flatland Dark.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment