Skip to content

Instantly share code, notes, and snippets.

@haruair
Last active August 29, 2015 14:11
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 haruair/9588364b628f3251c79a to your computer and use it in GitHub Desktop.
Save haruair/9588364b628f3251c79a to your computer and use it in GitHub Desktop.
Sublime Text Setting
{
"in_process_packages":
[
],
"installed_packages":
[
"3024 Color Scheme",
"Better CoffeeScript",
"BracketHighlighter",
"Emmet",
"Git",
"Jade",
"jQuery",
"LESS",
"Package Control",
"Sass",
"SideBarEnhancements",
"SublimeCodeIntel",
"SublimeLinter",
"SublimeREPL",
"Theme - Brogrammer",
"Theme - Flatland",
"Theme - Soda",
"Theme - Spacegray"
]
}
{
"theme": "Spacegray.sublime-theme",
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"bold_folder_labels": true,
"detect_indentation": false,
"fade_fold_buttons": false,
"font_face": "source code pro",
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"spacegray_sidebar_tree_large": true,
"spacegray_tabs_font_small": true,
"spacegray_tabs_xlarge": true,
"tab_size": 2,
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment