Created
March 13, 2017 17:42
-
-
Save shalotelli/f38b8c0f06f31001df36aac4af34f125 to your computer and use it in GitHub Desktop.
My Sublime Preferences
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
Show hidden characters
{ | |
"bold_folder_labels": true, | |
"caret_extra_bottom": 2, | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Palenight.tmTheme", | |
"copy_with_empty_selection": false, | |
"ensure_newline_at_eof_on_save": true, | |
"font_face": "Operator Mono", | |
"font_options": | |
[ | |
"gray_antialias" | |
], | |
"font_size": 16, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 4, | |
"line_padding_top": 4, | |
"material_theme_accent_cyan": true, | |
"material_theme_big_fileicons": true, | |
"material_theme_bold_tab": true, | |
"material_theme_bright_scrollbars": true, | |
"material_theme_contrast_mode": true, | |
"material_theme_panel_separator": true, | |
"material_theme_small_statusbar": true, | |
"material_theme_small_tab": true, | |
"material_theme_tabs_separator": true, | |
"open_files_in_new_window": false, | |
"rulers": | |
[ | |
80, | |
120 | |
], | |
"shift_tab_unindent": true, | |
"show_encoding": true, | |
"tab_size": 2, | |
"theme": "Material-Theme-Palenight.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment