Skip to content

Instantly share code, notes, and snippets.

@nguyenbathanh
Last active January 3, 2018 14:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nguyenbathanh/34db074c33bc272c69d4815bcece673b to your computer and use it in GitHub Desktop.
Save nguyenbathanh/34db074c33bc272c69d4815bcece673b to your computer and use it in GitHub Desktop.
My sublime settings
{
// "auto_complete_cycle": true,
"caret_extra_bottom": 1,
"caret_extra_top": 2,
"caret_extra_width": 1,
"caret_style": "blink",
"drag_text": false,
"draw_white_space": "none",
// "ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules",
"vendor"
],
"font_face": "Dejavu Sans Mono",
"font_options":
[
"gray_antialias"
],
"font_size": 10.5,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
// "index_files": true,
"line_padding_bottom": 1,
"line_padding_top": 2,
"margin": 0,
"remember_open_files": false,
"show_encoding": true,
"show_line_endings": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment