Last active
May 10, 2020 13:35
-
-
Save truongduyng/b7f6fcc23f0616bd486165e8d570c980 to your computer and use it in GitHub Desktop.
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
{ | |
"binary_file_patterns": | |
[ | |
"*.jpg", | |
"*.jpeg", | |
"*.png", | |
"*.gif", | |
"*.ttf", | |
"*.tga", | |
"*.dds", | |
"*.ico", | |
"*.eot", | |
"*.pdf", | |
"*.swf", | |
"*.jar", | |
"*.zip", | |
"node_modules/**", | |
"bower_components/**", | |
"tmp/cache/**" | |
], | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Babel/Monokai Phoenix.tmTheme", | |
"draw_white_space": "all", | |
"ensure_newline_at_eof_on_save": true, | |
"font_face": "Monaco", | |
"font_size": 12, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"hot_exit": false, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"index_worker": 1, | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"remember_open_files": false, | |
"rulers": | |
[ | |
100 | |
], | |
"scroll_past_end": true, | |
"tab_completion": false, | |
"tab_size": 2, | |
"theme": "Material Monokai Soda.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": true | |
} | |
# Sublime plugins list | |
# Sublime linter | |
# sublime linter rubocop | |
# sublime codeintel | |
# sidebar enhancements | |
# scss | |
# ReactJS | |
# HTML-CSS-JS Prettify | |
# GitGutter | |
# Emmet | |
# ERB autocomplete | |
# Bracket Highlighter | |
# Better CoffeeScript | |
# BeautifyRuby | |
# Babel | |
# AngularJS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment