Skip to content

Instantly share code, notes, and snippets.

@camilonova
Last active December 1, 2016 20:07
Show Gist options
  • Save camilonova/8137595 to your computer and use it in GitHub Desktop.
Save camilonova/8137595 to your computer and use it in GitHub Desktop.
Sublime Text settings
{
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"detect_indentation": false,
"display_signatures": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
"Desktop.ini",
"*.pyc",
"._*",
"Thumbs.db",
".Spotlight-V100",
".Trashes"
],
"folder_exclude_patterns":
[
".git",
".sass-cache",
".bundle",
".bundle-gems",
"bower_components",
"node_modules",
"__pycache__"
],
"font_face": "Source Code Pro",
"font_options": "subpixel_antialias",
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 3,
"match_brackets": true,
"match_brackets_angle": true,
"rulers":
[
80
],
"scroll_past_end": true,
"show_encoding": true,
"show_line_endings": true,
"tab_completion": false,
"tab_size": 4,
"theme": "Spacegray.sublime-theme",
"spacegray_fileicons": true,
"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