Last active
April 18, 2018 11:24
-
-
Save Exadra37/18bcbfa9c74281bb51f9d699d4333759 to your computer and use it in GitHub Desktop.
Sublime Text 3 Settings - Work
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
{ | |
"bootstrapped": true, | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"Alignment", | |
"Blade Snippets", | |
"CSS Format", | |
"DocBlockr", | |
"Docker Based Build Systems", | |
"Dockerfile Syntax Highlighting", | |
"DotENV", | |
"Emmet", | |
"EncodingHelper", | |
"FileDiffs", | |
"FileIcons", | |
"FileManager", | |
"Fold Comments", | |
"Git blame", | |
"GitGutter", | |
"GotoDocumentation", | |
"HTML-CSS-JS Prettify", | |
"HTMLBeautify", | |
"Hugofy", | |
"IndentX", | |
"Laravel 4 Snippets", | |
"Laravel Blade Highlighter", | |
"Local History", | |
"Markdown Extended", | |
"MarkdownEditing", | |
"Materialize", | |
"Minifier", | |
"MouseEventListener", | |
"nginx", | |
"OmniMarkupPreviewer", | |
"Package Control", | |
"PHP Companion", | |
"Phpcs", | |
"PhpSimpleRefactor", | |
"Pretty JSON", | |
"RawLineEdit", | |
"Refresh File and Folders", | |
"Rust Enhanced", | |
"SFTP", | |
"SidebarHoverToggle", | |
"StringEncode", | |
"StringUtilities", | |
"SublimeGit", | |
"SublimeLinter", | |
"SublimeLinter-php", | |
"SublimeLinter-phpcs", | |
"Sublimerge 3", | |
"Sync View Scroll", | |
"Terminal", | |
"TOML", | |
"TypeScript", | |
"VCS Gutter", | |
"Xdebug Client" | |
] | |
} |
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
{ | |
"added_words": | |
[ | |
"Symfony" | |
], | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme", | |
"dictionary": "Packages/Language - English/en_GB.dic", | |
"ensure_newline_at_eof_on_save": true, | |
"file_exclude_patterns": | |
[ | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
".DS_Store", | |
"*.class", | |
"*.psd", | |
"*.db", | |
"*.sublime-workspace", | |
"*.log", | |
"*autoload_*.php" | |
], | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
".Trash-1000" | |
], | |
"font_size": 11, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"LineEndings", | |
"Markdown", | |
"Vintage" | |
], | |
"indent_to_bracket": true, | |
"rulers": | |
[ | |
120 | |
], | |
"show_encoding": true, | |
"show_errors_inline": false, | |
"spell_check": true, | |
"theme": "Adaptive.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"sidebar_toggle_on_hover": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment