Created
June 21, 2015 07:02
-
-
Save boredstiff/c7c550c40509e6312681 to your computer and use it in GitHub Desktop.
Sublime Maya Project Backup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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