Skip to content

Instantly share code, notes, and snippets.

@connyay
Last active August 29, 2015 14:05
Show Gist options
  • Save connyay/eca3ec642843ebd572e2 to your computer and use it in GitHub Desktop.
Save connyay/eca3ec642843ebd572e2 to your computer and use it in GitHub Desktop.
my sublime setup
{
"installed_packages":
[
"All Autocomplete",
"AngularJS",
"CSS Format",
"EditorConfig",
"Git",
"GitGutter",
"Grunt",
"Jade",
"JsFormat",
"JSHint Gutter",
"Theme - Spacegray"
]
}
{
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"bold_folder_labels": true,
"caret_extra_width": 1,
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_face": "Source Code Pro",
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"scroll_past_end": true,
"tab_size": 4,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment