Skip to content

Instantly share code, notes, and snippets.

@kennyeliason
Created June 27, 2018 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kennyeliason/7243269f1b428745871f50e39ea87359 to your computer and use it in GitHub Desktop.
Save kennyeliason/7243269f1b428745871f50e39ea87359 to your computer and use it in GitHub Desktop.
sublime settings
{
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "Roboto Mono",
"font_size": 13,
"ignored_packages":
[
],
"line_padding_bottom": 10,
"line_padding_top": 10,
"open_files_in_new_window": false,
"phpunit-sublime-terminal": "iTerm",
"tab_size": 2,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment