Skip to content

Instantly share code, notes, and snippets.

@derekpunsalan
Last active January 4, 2016 04:08
Show Gist options
  • Save derekpunsalan/8566133 to your computer and use it in GitHub Desktop.
Save derekpunsalan/8566133 to your computer and use it in GitHub Desktop.
Sublime Text Settings
[
// Reveal current file in sidebar
{"keys": ["ctrl+super+r"], "command": "reveal_in_side_bar"}
]
{
"close_windows_when_empty": true,
"default_encoding": "UTF-8",
"fallback_encoding": "UTF-8",
"folder_exclude_patters":
[
".svn",
".git",
"CVS"
],
"font_face": "Source Code Pro",
"font_size": 13,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"scroll_past_end": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"theme": "Spacegray.sublime-theme",
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment