ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl
Last active
August 12, 2017 13:27
-
-
Save sohelamin/4c2df47de5446b2f3f88 to your computer and use it in GitHub Desktop.
Sublime config
- DocBlockr
- AdvancedNewFile
- SnippetMaker
- PHP Companion
- SublimeLinter
- SublimeLinter-phpcs
- PHP CS Fixer
This file contains 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
{ | |
"always_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"detect_indentation": false, | |
"font_face": "Source Code Pro", | |
"font_size": 14, | |
"font_options" : [ "gray_antialias", "subpixel_antialias" ], | |
"indent_guide_options" : [ "draw_normal", "draw_active" ], | |
"line_padding_bottom" : 3, | |
"line_padding_top" : 3, | |
"overlay_scroll_bars" : "enabled", | |
"material_theme_small_tab": true, | |
"open_files_in_new_window": false, | |
"show_encoding": true, | |
"tab_size": 4, | |
"theme": "Material-Theme.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment