Last active
August 29, 2015 14:19
-
-
Save dandeveloper/c0092e59169dc47a34b9 to your computer and use it in GitHub Desktop.
My Sublime Text Settings File
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
Show hidden characters
| { | |
| "auto_complete": true, | |
| "auto_complete_commit_on_tab": false, | |
| "auto_complete_delay": 50, | |
| "auto_complete_size_limit": 4194304, | |
| "auto_indent": true, | |
| "auto_match_enabled": true, | |
| "bold_folder_labels": true, | |
| "color_scheme": "Packages/JavaScriptNext - ES6 Syntax/Monokai Phoenix.tmTheme", | |
| "detect_indentation": false, | |
| "draw_indent_guides": true, | |
| "enable_telemetry": false, | |
| "ensure_newline_at_eof_on_save": false, | |
| "file_exclude_patterns": | |
| [ | |
| "*.a", | |
| "*.class", | |
| "*.db", | |
| "*.dll", | |
| ".DS_Store", | |
| "*.dylib", | |
| "*.exe", | |
| "*.idb", | |
| "*.lib", | |
| "*.log", | |
| "*.ncb", | |
| "*.o", | |
| "*.obj", | |
| "*.pdb", | |
| "*.po", | |
| "*.psd", | |
| "*.pyc", | |
| "*.pyo", | |
| "*.scssc", | |
| "*.sdf", | |
| "*.so", | |
| "*.suo" | |
| ], | |
| "fold_buttons": true, | |
| "folder_exclude_patterns": | |
| [ | |
| ".git", | |
| ".sass-cache", | |
| "bower-components", | |
| "node_modules", | |
| ".AppleDouble" | |
| ], | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "ignored_packages": | |
| [ | |
| "Markdown", | |
| "Vintage", | |
| "PlainTasks" | |
| ], | |
| "indent_guide_options": | |
| [ | |
| "draw_active", | |
| "draw_normal" | |
| ], | |
| "indent_to_bracket": true, | |
| "line_padding_bottom": 1, | |
| "line_padding_top": 1, | |
| "margin": 10, | |
| "match_brackets": true, | |
| "match_brackets_angle": true, | |
| "match_brackets_braces": true, | |
| "match_brackets_content": true, | |
| "match_brackets_square": true, | |
| // "numix_folder_icons": true, | |
| "overlay_scroll_bars": "d-enabled", | |
| "preview_on_click": true, | |
| "shift_tab_unindent": true, | |
| "show_panel_on_build": false, | |
| "tab_size": 4, | |
| "theme": "Numix Dark.sublime-theme", | |
| "translate_tabs_to_spaces": true, | |
| "trim_automatic_white_space": true, | |
| "trim_trailing_white_space_on_save": true, | |
| "use_simple_full_screen": true, | |
| "word_wrap": false, | |
| "wrap_width": 80 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment