Created
February 7, 2017 22:02
-
-
Save kuroisuna/bab21676d106ccc762a88ed458cfc41d to your computer and use it in GitHub Desktop.
sublime-text-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
Show hidden characters
{ | |
"always_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
"close_windows_when_empty": true, | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Lighter.tmTheme", | |
"ensure_newline_at_eof_on_save": true, | |
"font_face": "Operator Mono", | |
"font_size": 15, | |
"ignored_packages": | |
[ | |
"JSLint", | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 7, | |
"line_padding_top": 7, | |
"overlay_scroll_bars": "enabled", | |
"rulers": | |
[ | |
80, | |
120 | |
], | |
"theme": "Material-Theme-Lighter.sublime-theme", | |
"trim_trailing_white_space_on_save": true, | |
"ui_big_tabs": true, | |
"ui_fix_tab_labels": true, | |
"ui_font_size_small": true, | |
"ui_separator": true, | |
"ui_wide_scrollbars": true, | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment