Skip to content

Instantly share code, notes, and snippets.

@cosmith
Last active October 31, 2015 10:32
Show Gist options
  • Save cosmith/4143289 to your computer and use it in GitHub Desktop.
Save cosmith/4143289 to your computer and use it in GitHub Desktop.
.sublimerc
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/Monokai (SL).tmTheme",
"command": "exit_insert_mode",
"context":
[
{
"key": "setting.command_mode",
"operand": false
},
{
"key": "setting.is_widget",
"operand": false
}
],
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"font_face": "inconsolata-g",
"font_size": 9,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
100
],
"scroll_past_end": true,
"sublimelinter": true,
"tab_size": 4,
"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