Skip to content

Instantly share code, notes, and snippets.

@noma4i
Created August 10, 2014 06:41
Show Gist options
  • Save noma4i/ba5e58268be74ea4b33c to your computer and use it in GitHub Desktop.
Save noma4i/ba5e58268be74ea4b33c to your computer and use it in GitHub Desktop.
Sublime config
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/User/Solarized (dark).tmTheme",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Handlebars",
"Markdown Preview",
"Indent XML",
"Vintage"
],
"theme": "Spacegray.sublime-theme",
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment