Created
August 29, 2016 08:19
-
-
Save iRet/b2de78e8b52bd3ddfe3ad9e00219075e to your computer and use it in GitHub Desktop.
Sublime 3 user config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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