Skip to content

Instantly share code, notes, and snippets.

@Vivelin
Last active June 11, 2016 07:40
Show Gist options
  • Save Vivelin/5508379 to your computer and use it in GitHub Desktop.
Save Vivelin/5508379 to your computer and use it in GitHub Desktop.
Sublime Text 3 - User settings
{
"auto_close_tags": false,
"auto_complete_commit_on_tab": true,
"auto_match_enabled": false,
"bold_folder_labels": true,
"caret_style": "phase",
"close_windows_when_empty": true,
"color_scheme": "Packages/User/SublimeLinter/brogrammer (SL).tmTheme",
"copy_with_empty_selection": false,
"font_face": "Input",
"font_options":
[
"directwrite"
],
"font_size": 9,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80
],
"scroll_speed": 0,
"theme": "Brogrammer.sublime-theme",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment