Skip to content

Instantly share code, notes, and snippets.

@gjbagrowski
Last active August 29, 2015 13:59
Show Gist options
  • Save gjbagrowski/5b269e282e9322865705 to your computer and use it in GitHub Desktop.
Save gjbagrowski/5b269e282e9322865705 to your computer and use it in GitHub Desktop.
Sublime text 3 config
{
"anaconda_linter_mark_style": "outline",
"auto_complete_commit_on_tab": true,
"auto_complete_triggers":
[
{
"characters": ".",
"selector": "source.python - string - comment - constant.numeric"
}
],
"auto_match_enabled": true,
"caret_style": "wide",
"color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme",
"detect_indentation": false,
"drag_text": false,
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"flatland_sidebar_tree_small": true,
"flatland_square_tabs": true,
"fold_buttons": false,
"font_face": "Inconsolata",
"font_size": 9,
"gutter": false,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"Better CoffeeScript"
],
"index_exclude_patterns":
[
"/home/ro/Projects/riskman-js/.sass-cache*",
"*.log",
"/home/ro/Projects/oddsdb/djangoappengine*",
"/home/ro/Projects/golf/templates*",
"/home/ro/Projects/riskman/riskman/lib*",
"/home/ro/Projects/golf/static*"
],
"line_wrap": false,
"margin": 0,
"overlay_scroll_bars": "enabled",
"pep257": false,
"pep8": true,
"pep8_ignore":
[
"E501",
"E111",
"E121"
],
"pyflakes_ignore_import_*": false,
"rulers":
[
79
],
"shift_tab_unindent": true,
"show_minimap": false,
"tab_size": 4,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment