Skip to content

Instantly share code, notes, and snippets.

@troutowicz
Created May 14, 2015 12:48
Show Gist options
  • Save troutowicz/cb379c4719a42bb44a77 to your computer and use it in GitHub Desktop.
Save troutowicz/cb379c4719a42bb44a77 to your computer and use it in GitHub Desktop.
sublime 3 settings
{
"color_scheme": "Packages/Babel/Monokai Phoenix.tmTheme",
"default_line_ending": "unix",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"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