Created
August 8, 2016 06:06
-
-
Save djyde/242cf4236996a50aa35edde642d945f5 to your computer and use it in GitHub Desktop.
sublime preference
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
{ | |
"always_show_minimap_viewport": true, | |
"binary_file_patterns": | |
[ | |
"*.jpg", | |
"*.jpeg", | |
"*.png", | |
"*.gif", | |
"*.ttf", | |
"*.tga", | |
"*.dds", | |
"*.ico", | |
"*.eot", | |
"*.pdf", | |
"*.swf", | |
"*.jar", | |
"*.zip", | |
"node_modules/**", | |
"bower_components/**" | |
], | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/User/SublimeLinter/Material-Theme-OceanicNext (SL).tmTheme", | |
"command": "move_to", | |
"ensure_newline_at_eof_on_save": true, | |
"font_face": "Fira Mono", | |
"font_size": 14, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"1337 Color Scheme", | |
"Diff", | |
"Git", | |
"GitGutter", | |
"JavaScript Snippets", | |
"Jekyll", | |
"JSX", | |
"Markdown", | |
"Modific", | |
"Nodejs", | |
"PlainTasks", | |
"SideBarFolders", | |
"Terminal", | |
"Vintage", | |
"Vintageous" | |
], | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"overlay_scroll_bars": "enabled", | |
"tab_size": 2, | |
"theme": "Oceanic Next.sublime-theme", | |
"translate_tabs_to_spaces": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment