Skip to content

Instantly share code, notes, and snippets.

@felipe3dfx
Last active May 24, 2016 12:16
Show Gist options
  • Save felipe3dfx/1c78e851e97bed3487480a2c533bf637 to your computer and use it in GitHub Desktop.
Save felipe3dfx/1c78e851e97bed3487480a2c533bf637 to your computer and use it in GitHub Desktop.
Sublime settings
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"detect_indentation": false,
"display_signatures": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
"Desktop.ini",
"*.pyc",
"._*",
"Thumbs.db",
".Spotlight-V100",
".Trashes"
],
"folder_exclude_patterns":
[
".git",
".sass-cache",
".bundle",
".bundle-gems",
"bower_components",
"node_modules",
"__pycache__"
],
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"ignored_packages":
[
"Dotfiles Syntax Highlighting",
"EditorConfig",
"Emmet",
"SublimeLinter-contrib-scss-lint",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"highlight_line": true,
"match_brackets": true,
"match_brackets_angle": true,
"highlight_modified_tabs": true,
"material_theme_appbar_blue": false,
"material_theme_appbar_cyan": false,
"material_theme_appbar_indigo": true,
"material_theme_appbar_lime": false,
"material_theme_appbar_orange": false,
"material_theme_appbar_pink": false,
"material_theme_appbar_purple": false,
"material_theme_appbar_red": false,
"material_theme_appbar_yellow": false,
"material_theme_tree_headings": true,
"overlay_scroll_bars": "enabled",
"scroll_past_end": true,
"theme": "Material-Theme.sublime-theme",
"rulers":
[
80
],
"scroll_past_end": true,
"show_encoding": true,
"show_line_endings": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment