Last active
August 29, 2015 14:03
-
-
Save adibhanna/7229a9d7e0228fac1bf3 to your computer and use it in GitHub Desktop.
sublime config
This file contains 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
{ | |
"auto_complete_selector": "source, text", | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Dayle Rees Color Schemes/sublime/peel.tmTheme", | |
"file_exclude_patterns": | |
[ | |
"vendor/*" | |
], | |
"font_face": "Source Code Pro", | |
"font_size": 14, | |
"highlight_line": false, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_to_bracket": true, | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"rulers": | |
[ | |
120 | |
], | |
"tab_size": 4, | |
"translate_tabs_to_spaces": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment