Created
February 3, 2016 18:18
-
-
Save yacine/76b361a0f23f89a8b8ef to your computer and use it in GitHub Desktop.
Sublime text preferences
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
Show hidden characters
{ | |
"ignored_packages": | |
[ | |
"jQuery", | |
"Markdown Preview", | |
"Vintage", | |
"WordPress" | |
], | |
"font_size": 14, | |
"tab_size": 4, | |
"translate_tabs_to_spaces": true, | |
"line_padding_top" : 1, | |
"line_padding_bottom" : 1, | |
"bold_folder_labels" : true, | |
"indent_guide_options" : [ "draw_normal", "draw_active" ], | |
"font_options" : [ "gray_antialias" ], | |
// Material teheme | |
"theme": "Material-Theme.sublime-theme", | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"material_theme_small_tab" : true, | |
"material_theme_small_statusbar" : true, | |
"material_theme_compact_sidebar" : true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment