Skip to content

Instantly share code, notes, and snippets.

@lidgen
Last active December 4, 2017 04:05
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 lidgen/feda49171c350dbfbbd1ed6243a9f4c1 to your computer and use it in GitHub Desktop.
Save lidgen/feda49171c350dbfbbd1ed6243a9f4c1 to your computer and use it in GitHub Desktop.
sublime 3 user settings
{
"always_show_minimap_viewport": true,
"auto_complete_commit_on_tab": true,
"auto_complete_triggers":
[
{
"characters": ".",
"selector": "source.python - string - comment - constant.numeric"
}
],
"autoformat_ignore":
[
"E309",
"E501"
],
"caret_extra_width": 1,
"caret_style": "phase",
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Monokai.tmTheme",
"copy_with_empty_selection": false,
"drag_text": false,
"draw_minimap_border": true,
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": false,
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"LaTeX",
"Markdown",
"Markdown Preview",
"MarkdownEditing",
"Pascal",
"Rails",
"Ruby",
"Vintage"
],
"indent_to_bracket": true,
"pep8_ignore":
[
"E309",
"E501"
],
"rulers":
[
80
],
"scroll_speed": 5.0,
"theme": "Boxy Monokai.sublime-theme",
"translate_tabs_to_spaces": true,
"swallow_startup_errors": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"find_selected_text": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment