Skip to content

Instantly share code, notes, and snippets.

@mauroreisvieira
Last active September 24, 2019 16:15
Show Gist options
  • Save mauroreisvieira/cc42aad604c06ec15390d99d972616f3 to your computer and use it in GitHub Desktop.
Save mauroreisvieira/cc42aad604c06ec15390d99d972616f3 to your computer and use it in GitHub Desktop.
My settings in Sublime Text
{
"close_windows_when_empty": true,
"color_scheme": "Packages/Meetio/schemes/Meetio-Lighter.sublime-color-scheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "Fira Code",
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 13,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 5,
"line_padding_top": 5,
"margin": 20,
"drag_text": false,
"show_definitions": false,
"scroll_past_end": true,
"spell_check": true,
"theme": "Meetio.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"meetio_icon_folder": false,
"show_encoding": true,
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment