Skip to content

Instantly share code, notes, and snippets.

@dabio
Last active September 24, 2018 13:57
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 dabio/86f6bc03fd178828d15638eb0b511a2a to your computer and use it in GitHub Desktop.
Save dabio/86f6bc03fd178828d15638eb0b511a2a to your computer and use it in GitHub Desktop.
SublimeText setup and configuration
{
"python_interpreter": "python3"
}
// GitGutter Settings - User
{
"show_line_annotation": false
}
{
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Ocean.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_face": "SFMono-Light",
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"GoSublime",
"Python",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"rulers":
[
72,
79,
100
],
"show_encoding": true,
"show_line_endings": true,
"theme": "Boxy Ocean.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
{
"black_debug_on": true,
"black_line_length": 79,
"black_on_save": true,
"black_py36": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment