Created
October 26, 2015 07:33
-
-
Save pzgz/b7b9e1fb24ff248f8346 to your computer and use it in GitHub Desktop.
My sublime text 3 configuration
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
{ | |
"Seti_tabs_small": true, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"detect_slow_plugins": false, | |
"draw_minimap_border": true, | |
"file_exclude_patterns": | |
[ | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
".DS_Store", | |
"*.class", | |
"*.psd", | |
"*.db", | |
".gitkeep", | |
".sqlite3" | |
], | |
"findreplace_small": true, | |
"flatland_square_tabs": true, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
".idea", | |
".yardoc", | |
"tmp", | |
".zeus.sock" | |
], | |
"font_face": "Hack", | |
"font_options": | |
[ | |
"gray_antialias" | |
], | |
"font_size": 12, | |
"gpu_window_buffer": true, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Markdown", | |
"Pretty JSON", | |
"Readme-Helper", | |
"SublimeLinter-jshint", | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"material_theme_panel_separator": true, | |
"material_theme_small_statusbar": true, | |
"material_theme_small_tab": true, | |
"material_theme_tabs_autowidth": true, | |
"scroll_past_end": true, | |
"show_encoding": true, | |
"show_full_path": true, | |
"sidebar_folders": true, | |
"soda_classic_tabs": false, | |
"soda_folder_icons": true, | |
"soda_retina_fix": true, | |
"spacegray_tabs_auto_width": true, | |
"static_modified_tab": true, | |
"tab_size": 2, | |
"tabs_small": true, | |
"theme": "Material-Theme.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"wide_caret": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment