Skip to content

Instantly share code, notes, and snippets.

@zain
Created November 28, 2013 02:53
Show Gist options
  • Select an option

  • Save zain/7686605 to your computer and use it in GitHub Desktop.

Select an option

Save zain/7686605 to your computer and use it in GitHub Desktop.
{
"auto_complete": false,
"color_scheme": "Packages/Boron Color Scheme/Boron.tmTheme",
"fold_buttons": false,
"rulers": [120],
"translate_tabs_to_spaces": true,
"always_show_minimap_viewport": true,
"highlight_line": true,
"ensure_newline_at_eof_on_save": true,
"auto_close_tags": false,
"highlight_modified_tabs": true,
"bold_folder_labels": true,
"show_full_path": true,
"enable_telemetry": false,
"ignored_packages":
[
"Vintage",
"Markdown"
],
"theme": "Soda Dark 3.sublime-theme"
}
sublime python ide
{
// Linter settings
"python_linting": true,
"python_linter_mark_style": "none", // "none" or "outline"
"python_linter_gutter_marks": true,
"python_linter_gutter_marks_theme": "dark", // see folder gutter_mark_themes
"pep8": true,
"pep8_ignore": [],
"pep8_max_line_length": 120,
"pyflakes_ignore": []
}
boron color scheme, soda theme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment