Skip to content

Instantly share code, notes, and snippets.

@gmrdad82
Last active June 11, 2018 13:03
Show Gist options
  • Save gmrdad82/05838a8a8716136ab7bfc0642a2bc2ec to your computer and use it in GitHub Desktop.
Save gmrdad82/05838a8a8716136ab7bfc0642a2bc2ec to your computer and use it in GitHub Desktop.
{
"atomic_save": true,
"caret_style": "phase",
"color_scheme": "Packages/ayu/ayu-mirage.tmTheme",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
"coverage",
"tmp",
".git",
"log",
"dist",
"node_modules",
"mysql"
],
"font_face": "Roboto Mono",
"font_size": 14,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"index_exclude_patterns":
[
"*.log",
"*.map"
],
"save_on_focus_lost": true,
"show_encoding": true,
"tab_size": 2,
"theme": "ayu-light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"ui_font_roboto_mono": true,
"ui_font_size_small": true,
"ui_font_source_code_pro": true,
"ui_native_titlebar": true,
"ui_separator": true,
"ui_wide_scrollbars": true,
"word_wrap": "true",
"wrap_width": 100
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment