Skip to content

Instantly share code, notes, and snippets.

@stillfinder
Last active June 10, 2019 16:45
Show Gist options
  • Save stillfinder/c0d34928dc3e2c3e005c0f8a81b35ba3 to your computer and use it in GitHub Desktop.
Save stillfinder/c0d34928dc3e2c3e005c0f8a81b35ba3 to your computer and use it in GitHub Desktop.
Sublime Text Settings
{
"close_windows_when_empty": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"downloader_precedence":
{
"linux":
[
"urllib",
"curl",
"wget"
],
"osx":
[
"curl",
"urllib"
],
"windows":
[
"wininet"
]
},
"ensure_newline_at_eof_on_save": false,
"font-face": "Roboto Mono",
"font_size": 14,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 6,
"line_padding_top": 6,
"material_theme_accent_bright-teal": true,
"phpunit-sublime-terminal": "iTerm",
"remember_open_files": false,
"save_on_focus_lost": true,
"show_panel_on_build": false,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"update_check": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment