Skip to content

Instantly share code, notes, and snippets.

@vumanhcuongit
Created October 14, 2019 15:57
Show Gist options
  • Save vumanhcuongit/1e77e4817e33ba23f6863b0747a31e24 to your computer and use it in GitHub Desktop.
Save vumanhcuongit/1e77e4817e33ba23f6863b0747a31e24 to your computer and use it in GitHub Desktop.
sublime_setting
{
"bold_folder_labels": true,
"color_scheme": "Monokai.sublime-color-scheme",
"ensure_newline_at_eof_on_save": true,
"font_size": 15,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"tab_size": 2,
"theme": "Default.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment