Skip to content

Instantly share code, notes, and snippets.

@iRet
Created August 29, 2016 08:19
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 iRet/b2de78e8b52bd3ddfe3ad9e00219075e to your computer and use it in GitHub Desktop.
Save iRet/b2de78e8b52bd3ddfe3ad9e00219075e to your computer and use it in GitHub Desktop.
Sublime 3 user config
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/Flatland Dark (SL).tmTheme",
"draw_white_space": "all",
"fade_fold_buttons": false,
"flatland_sidebar_tree_medium": true,
"flatland_square_tabs": true,
"folder_exclude_patterns":
[
".git",
".bundle"
],
"font_face": "Anonymous Pro",
"font_size": 19,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"paths":
{
"osx":
[
"~/.rbenv/shims"
]
},
"rulers":
[
80
],
"show_encoding": true,
"theme": "Flatland Dark.sublime-theme",
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment