Skip to content

Instantly share code, notes, and snippets.

@chriseskow
Last active February 22, 2019 23:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chriseskow/2d8cfabb4b3585a42767b86615df6a7e to your computer and use it in GitHub Desktop.
Save chriseskow/2d8cfabb4b3585a42767b86615df6a7e to your computer and use it in GitHub Desktop.
Sublime Text settings
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"COBOL Syntax",
"Color Highlighter",
"Compare Side-By-Side",
"CSS Format",
"DocBlockr",
"DotENV",
"FileDiffs",
"FileIcons",
"Focus File on Sidebar",
"GraphQL",
"HTMLBeautify",
"Increment Decrement",
"Increment Selection",
"Javascript Beautify",
"JSON Reindent",
"MarkdownPreview",
"Material Theme",
"Nette + Latte + Neon",
"nginx",
"Package Control",
"PHP-Twig",
"Print to HTML",
"Sass",
"Scheme",
"SideBarTools",
"Tomorrow Night Italics Color Scheme"
]
}
{
"always_show_minimap_viewport": true,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"docs/*",
"vendor/*",
".php_cs.cache"
],
"bold_folder_labels": true,
"close_sidebar_if_opened": false,
"color_scheme": "Packages/Tomorrow Night Italics Color Scheme/Tomorrow-Night-Italics.tmTheme",
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"font_face": "Consolas",
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"margin": 0,
"material_theme_accent_cyan": true,
"material_theme_accent_scrollbars": true,
"material_theme_arrow_folders": true,
"material_theme_big_fileicons": true,
"material_theme_compact_panel": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"overlay_scroll_bars": "enabled",
"rulers":
[
100
],
"show_encoding": true,
"show_full_path": true,
"show_line_endings": true,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment