Skip to content

Instantly share code, notes, and snippets.

@djyde
Created August 8, 2016 06:06
Show Gist options
  • Save djyde/242cf4236996a50aa35edde642d945f5 to your computer and use it in GitHub Desktop.
Save djyde/242cf4236996a50aa35edde642d945f5 to your computer and use it in GitHub Desktop.
sublime preference
{
"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