Skip to content

Instantly share code, notes, and snippets.

@mgaitan
Last active December 14, 2015 08:19
Show Gist options
  • Select an option

  • Save mgaitan/5057114 to your computer and use it in GitHub Desktop.

Select an option

Save mgaitan/5057114 to your computer and use it in GitHub Desktop.
my sublime settings
{
"auto_complete_delay": 500,
"detect_indentation": false,
"file_exclude_patterns":
[
".*",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db"
],
"font_size": 12,
"ignored_packages":
[
"Vintage"
],
"pep8_max_line_length": 89,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"hot_exit": false,
"remember_open_files": false,
"rulers": [90]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment