Skip to content

Instantly share code, notes, and snippets.

@apavamontri
Last active October 11, 2015 12:07
Show Gist options
  • Save apavamontri/3856717 to your computer and use it in GitHub Desktop.
Save apavamontri/3856717 to your computer and use it in GitHub Desktop.
Sublime Text Windows User Settings
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Base16/base16-default.dark.tmTheme",
"font_face": "Droid Sans Mono",
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": false,
"shift_tab_unindent": true,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": "false"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment