Last active
May 6, 2019 07:33
-
-
Save fatihacet/6b9f5489ffe11998b403 to your computer and use it in GitHub Desktop.
sublime.conf
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
{ | |
"close_windows_when_empty": false, | |
"color_scheme": "Packages/One Dark Color Scheme/One Dark.tmTheme", | |
"detect_indentation": false, | |
"enable_tab_scrolling": false, | |
"ensure_newline_at_eof_on_save": true, | |
"env": | |
{ | |
"PATH": "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/share/npm/bin/" | |
}, | |
"file_exclude_patterns": | |
[ | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"db.json", | |
"*.log", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
".DS_Store", | |
"*.class", | |
"*.psd", | |
"*.db", | |
"*.sublime-workspace", | |
"*.orig", | |
"*.map" | |
], | |
"find_selected_text": true, | |
"folder_exclude_patterns": | |
[ | |
"public/assets", | |
".svn", | |
".git", | |
"_site", | |
"tmp", | |
".hg", | |
".git_", | |
"dist", | |
"CVS", | |
".build", | |
".vagrant", | |
".grunt", | |
"bower_components", | |
".node_modules", | |
"node_modules" | |
], | |
"font_face": "Office Code Pro", | |
"font_size": 19, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Base16 Color Schemes", | |
"Theme - Flatland", | |
"Theme - Nexus", | |
"Vintage" | |
], | |
"index_exclude_patterns": | |
[ | |
"*.log" | |
], | |
"is_using_dark_theme": true, | |
"line_padding_bottom": 2, | |
"line_padding_top": 2, | |
"rulers": | |
[ | |
2, | |
79, | |
119 | |
], | |
"save_on_focus_lost": true, | |
"scroll_past_end": true, | |
"tab_completion": false, | |
"tab_size": 2, | |
"theme": "Spacegray.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_automatic_white_space": true, | |
"trim_trailing_white_space_on_save": true, | |
"use_simple_full_screen": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@fatihacet Your theme looks really sexy!!