Skip to content

Instantly share code, notes, and snippets.

@neuroticnerd
Last active June 28, 2016 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neuroticnerd/130577d9fe737fa2ab13 to your computer and use it in GitHub Desktop.
Save neuroticnerd/130577d9fe737fa2ab13 to your computer and use it in GitHub Desktop.
Sublime user settings for Python coding
{
"bold_folder_labels": true,
"close_windows_when_empty": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"default_line_ending": "unix",
"drag_text": false,
"draw_white_space": "all",
"enable_telemetry": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"folder_exclude_patterns":
[
],
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active",
"draw_normal"
],
"jsdocs_extend_double_slash": false,
"line_padding_bottom": 1,
"line_padding_top": 1,
"remember_open_files": true,
"rulers":
[
79,
80,
100,
120
],
"shift_tab_unindent": true,
"show_encoding": true,
"show_full_path": true,
"show_line_endings": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"wrap_width": 0,
"index_files": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment