Skip to content

Instantly share code, notes, and snippets.

@nobitagit
Last active August 29, 2015 14:09
Show Gist options
  • Save nobitagit/2c046d42715378118385 to your computer and use it in GitHub Desktop.
Save nobitagit/2c046d42715378118385 to your computer and use it in GitHub Desktop.
my Sublime settings
{
"auto_match_enabled": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/Solarized (Dark) (SL).tmTheme",
"create_window_at_startup": false,
"detect_slow_plugins": false,
"drag_text": false,
"font_options": "subpixel_antialias",
"font_size": 18.9,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Autocomplete Javascript with Method Signature",
"sublimelint",
"Four Spaces JavaScript (snippets)",
"Vintage"
],
"indent_subsequent_lines": true,
"margin": -3,
"tab_size": 2,
"translate_tabs_to_spaces" : true,
"detect_indentation" : true,
"theme": "Defaulted.sublime-theme",
"trim_automatic_white_space": true,
"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]-{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment