Skip to content

Instantly share code, notes, and snippets.

@rafaelcanovas
Last active December 19, 2015 08:29
Show Gist options
  • Save rafaelcanovas/5925756 to your computer and use it in GitHub Desktop.
Save rafaelcanovas/5925756 to your computer and use it in GitHub Desktop.
My Sublime Text preferences
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Ciapre Color Scheme/CiapreBlack.tmTheme",
"create_window_at_startup": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*~",
"*.pyc",
"*.old"
],
"folder_exclude_patterns":
[
"__pycache__",
".sass-cache",
"node_modules",
".git"
],
"font_face": "Source Code Pro",
"font_options":
[
"subpixel_antialias"
],
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": false,
"show_minimap": false,
"theme": "Flatland Dark.sublime-theme",
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment