Skip to content

Instantly share code, notes, and snippets.

@LucaRosaldi
Last active January 22, 2018 07:24
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 LucaRosaldi/5f7d2ec22a11c5158daac3f99a970596 to your computer and use it in GitHub Desktop.
Save LucaRosaldi/5f7d2ec22a11c5158daac3f99a970596 to your computer and use it in GitHub Desktop.
My Sublime Text Config
{
"color_scheme": "Packages/User/SublimeLinter/Material-Theme-OceanicNext (SL).tmTheme"
}
{
"tab_size": 2,
"translate_tabs_to_spaces": false,
"word_wrap": false
}
{
"font_size": 16,
"draw_centered": true,
"wrap_width": 80,
"extensions":
[
"md"
]
}
{
"always_show_minimap_viewport": true,
"atomic_save": false,
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true,
"auto_find_in_selection": true,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*.scssc"
],
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow.tmTheme",
"create_window_at_startup": false,
"draw_white_space": "all",
"el_capitan_sidebar_blue_folders": true,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules",
".sass-cache"
],
"font_face": "Operator Mono Book",
"font_size": 16,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"material_theme_accent_sky": true,
"material_theme_big_fileicons": true,
"material_theme_bold_tab": true,
"material_theme_bright_scrollbars": true,
"material_theme_compact_panel": true,
"material_theme_compact_sidebar": true,
"material_theme_small_statusbar": true,
"material_theme_tabs_autowidth": true,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"rulers":
[
110
],
"tab_size": 2,
"theme": "Default.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"word_wrap": true,
"wrap_width": 110
}
{
"color_scheme": "Packages/User/SublimeLinter/Predawn Twilight (SL).tmTheme",
"wrap_width": 80,
"rulers": [ 80 ],
"extensions":
[
"scss.erb",
"scss.liquid",
"scss"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment