Created
February 2, 2017 20:00
-
-
Save vorobiovkirill/7a1f670e363636ec46ef23b70a54d06b to your computer and use it in GitHub Desktop.
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
{ | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"draw_white_space": "all", | |
"fallback_encoding": "utf8", | |
"font_size": 14, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_padding_bottom": 2, | |
"line_padding_top": 2, | |
"material_theme_accent_cyan": true, | |
"material_theme_bold_tab": true, | |
"material_theme_panel_separator": true, | |
"material_theme_small_statusbar": true, | |
"material_theme_small_tab": true, | |
"remember_open_files": true, | |
"remember_open_folders": true, | |
"rulers": | |
[ | |
80 | |
], | |
"save_on_focus_lost": true, | |
"show_encoding": true, | |
"tab_size": 2, | |
"theme": "Material-Theme.sublime-theme", | |
"translate_tabs_to_spaces": false, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment