Last active
February 24, 2016 20:57
-
-
Save lukzgois/dff73b1f63d66cf8eff8 to your computer and use it in GitHub Desktop.
Sublime Text 3 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
{ | |
"always_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"draw_minimap_border": true, | |
"font_face": "Fira Code", | |
"font_options": | |
[ | |
"gray_antialias" | |
], | |
"font_size": 13, | |
"hot_exit": false, | |
"ignored_packages": | |
[ | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_numbers": true, | |
"line_padding_bottom": 8, | |
"line_padding_top": 8, | |
"overlay_scroll_bars": "enabled", | |
"remember_open_files": false, | |
"rulers": | |
[ | |
120 | |
], | |
"show_panel_on_build": false, | |
"tab_size": 4, | |
"theme": "Material-Theme.sublime-theme", | |
"translate_tabs_to_spaces": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment