Skip to content

Instantly share code, notes, and snippets.

@muatik
Last active October 7, 2016 22:42
Show Gist options
  • Save muatik/a3012b9dfcb171c7a8b3 to your computer and use it in GitHub Desktop.
Save muatik/a3012b9dfcb171c7a8b3 to your computer and use it in GitHub Desktop.
my sublime configuration
{
"auto_complete_function_params": "all",
"auto_complete_triggers":
[
{
"characters": ".",
"selector": "source.python"
}
],
"color_scheme": "Packages/User/Monokai (SL).tmTheme",
"font_size": 11,
"ignored_packages":
[
"-Vintage"
],
"rulers":
[
80,
120
],
"sublime_completions_visibility": "list",
"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