Skip to content

Instantly share code, notes, and snippets.

@dvoryankin
Created February 26, 2019 16:33
Show Gist options
  • Save dvoryankin/0f7cecf8209945b096b764370e02c94d to your computer and use it in GitHub Desktop.
Save dvoryankin/0f7cecf8209945b096b764370e02c94d to your computer and use it in GitHub Desktop.
{
"auto_indent": true,
"color_scheme": "Packages/Color Scheme - Default/Mariana.sublime-color-scheme",
"detect_indentation": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_face": "Fira Code",
"font_size": 14,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"theme": "Adaptive.sublime-theme",
"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