Skip to content

Instantly share code, notes, and snippets.

@acatl
Last active August 29, 2015 14:11
Show Gist options
  • Save acatl/206d9996e33cf1ee78a0 to your computer and use it in GitHub Desktop.
Save acatl/206d9996e33cf1ee78a0 to your computer and use it in GitHub Desktop.
sublime 3
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/moiz-theme/Moiz Black.tmTheme",
"fade_fold_buttons": false,
"flatland_sidebar_tree_xsmall": true,
"flatland_square_tabs": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache"
],
"font_face": "Menlo",
"font_size": 12.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"Markdown"
],
"rulers":
[
80
],
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment