Skip to content

Instantly share code, notes, and snippets.

@EndruK
Last active July 20, 2017 07:19
Show Gist options
  • Save EndruK/98cc47f20579fb6696f77dffae997eb6 to your computer and use it in GitHub Desktop.
Save EndruK/98cc47f20579fb6696f77dffae997eb6 to your computer and use it in GitHub Desktop.
My Sublime3 config
{
"always_show_minimap_viewport": true,
"auto_complete": true,
"auto_complete_selector": "source, text",
"bold_folder_labels": true,
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"font_face": "DejaVu Sans Mono",
"font_size": 11,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"rulers":
[
80
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment