Skip to content

Instantly share code, notes, and snippets.

@thnery
Last active May 10, 2018 11:36
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save thnery/3927ebb8aed65f1603bb02fee25bdd63 to your computer and use it in GitHub Desktop.
Sublime config file
{
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"color_inactive_tabs": false,
"color_scheme": "Packages/Python 3/Gloom.tmTheme",
"copy_with_empty_selection": true,
"ensure_newline_at_eof_on_save": true,
"font_size": 13,
"ignored_packages":
[
"Vintage"
],
"index_files": true,
"open_files_in_new_window": true,
"rulers":
[
79
],
"scroll_past_end": true,
"sidebar_row_padding_large": true,
"status_bar_brighter": true,
"tab_size": 2,
"tabs_small": true,
"theme": "Default.sublime-theme",
"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