Last active
August 30, 2017 09:58
-
-
Save ahmednuaman/b79ac40b9d28a15ec3ad to your computer and use it in GitHub Desktop.
Sublimetext 3 prefs
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
{ | |
"auto_complete": true, | |
"binary_file_patterns": | |
[ | |
".nyc_*", | |
"dist/*", | |
"node_modules/*", | |
"bower_components/*", | |
"build/*", | |
"report/*", | |
"coverage/*", | |
"vendor/*", | |
"*.jpg", | |
"*.jpeg", | |
"*.png", | |
"*.gif", | |
"*.ttf", | |
"*.tga", | |
"*.dds", | |
"*.ico", | |
"*.eot", | |
"*.pdf", | |
"*.swf", | |
"*.jar", | |
"*.zip", | |
"*.tar", | |
"*.gz", | |
"*.bz2" | |
], | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Theme - Seti Monokai/scheme/Seti Monokai.tmTheme", | |
"copy_with_empty_selection": false, | |
"create_window_at_startup": false, | |
"dictionary": "Packages/Language - English/en_GB.dic", | |
"drag_text": false, | |
"draw_minimap_border": true, | |
"ensure_newline_at_eof_on_save": true, | |
"file_exclude_patterns": | |
[ | |
".DS_*", | |
"*.pyc", | |
"*.map", | |
"*.scssc" | |
], | |
"findreplace_small": true, | |
"folder_exclude_patterns": | |
[ | |
".git", | |
".eyeglass_cache", | |
".sass-cache", | |
".svn" | |
], | |
"font_size": 18, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"ActionScript", | |
"AppleScript", | |
"ASP", | |
"Batch File", | |
"C", | |
"C#", | |
"C++", | |
"D", | |
"Erlang", | |
"Go", | |
"Graphviz", | |
"Haskell", | |
"LaTeX", | |
"Lisp", | |
"Lua", | |
"Matlab", | |
"Objective-C", | |
"OCaml", | |
"Pascal", | |
"R", | |
"Scala", | |
"TCL", | |
"Vintage" | |
], | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"remember_open_files": false, | |
"rulers": | |
[ | |
120 | |
], | |
"save_on_focus_lost": false, | |
"scroll_past_end": true, | |
"soda_folder_icons": true, | |
"spell_check": false, | |
"sublimelinter": false, | |
"tab_size": 2, | |
"tabs_small": true, | |
"theme": "Seti.sublime-theme", | |
"theme_accent_cyan": true, | |
"theme_bar": true, | |
"theme_bar_logo_atomized": true, | |
"theme_bar_shadow_hidden": true, | |
"theme_button_rounded": true, | |
"theme_dirty_colored_always": true, | |
"theme_icons_materialized": true, | |
"theme_scrollbar_rounded": true, | |
"theme_sidebar_highlight_selected_text_only": true, | |
"theme_sidebar_highlight_text_only": true, | |
"theme_sidebar_indent_top_level_disabled": true, | |
"theme_size_md": true, | |
"theme_tab_highlight_text_only": true, | |
"theme_tab_selected_transparent": true, | |
"theme_tab_selected_underlined": true, | |
"theme_tab_size_xxl": true, | |
"theme_unified": true, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment