Skip to content

Instantly share code, notes, and snippets.

@yannickcr
Created July 19, 2012 16:33
Show Gist options
  • Save yannickcr/3145130 to your computer and use it in GitHub Desktop.
Save yannickcr/3145130 to your computer and use it in GitHub Desktop.
Sublime Settings
[
{ "keys": ["ctrl+m"], "command": "toggle_side_bar" }
]
{
"color_scheme": "Packages/Color Scheme - Default/Monokaim.tmTheme",
"default_line_ending": "unix",
"fallback_encoding": "UTF-8",
"draw_white_space": "all",
"font_size": 9,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"sublimelinter_fill_outlines": true,
"sublimelinter_gutter_marks": false,
"theme": "Default.sublime-theme",
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment