Skip to content

Instantly share code, notes, and snippets.

@boredstiff
Created June 21, 2015 07:02
Show Gist options
  • Save boredstiff/c7c550c40509e6312681 to your computer and use it in GitHub Desktop.
Save boredstiff/c7c550c40509e6312681 to your computer and use it in GitHub Desktop.
Sublime Maya Project Backup
{
"settings": {
"python_interpreter": "C:\\Program Files\\Autodesk\\Maya2016\\bin\\mayapy.exe",
"auto_complete_triggers": [{"selector":"source.python", "characters":"."}],
"auto_complete_function_params":"all",
"sublime_completions_visibility":"list",
"show_errors_on_save":true,
"lint_mode":"background",
"mark_style":"outline",
"keys": ["ctrl+alt+d"], "command": "sublime_jedi_docstring",
"translate_tabs_to_spaces": true,
"indent_to_bracket":true,
"detect_indentation":false,
"rulers": [80, 100, 120],
"wrap_width":80
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment