Skip to content

Instantly share code, notes, and snippets.

@1000k
Last active February 18, 2016 14:42
Show Gist options
  • Save 1000k/7d54f4a1bfde778b1120 to your computer and use it in GitHub Desktop.
Save 1000k/7d54f4a1bfde778b1120 to your computer and use it in GitHub Desktop.
Sublime Text 3 Preference
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"Better CoffeeScript",
"ConvertToUTF8",
"CTags",
"Dockerfile Syntax Highlighting",
"Emmet",
"ERB Autocomplete",
"ERB Snippets",
"GoToLastEdit",
"IMESupport",
"JSX",
"Material Theme",
"Package Control",
"Pretty JSON",
"RSpec",
"RuboCop",
"Ruby on Rails snippets",
"Ruby Slim",
"Sass",
"SASS Snippets",
"SCSS",
"SCSS Snippets",
"Seti_UI",
"SublimeLinter",
"SublimeLinter-rubocop",
"SublimeLinter-ruby"
]
}
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"default_line_ending": "unix",
"draw_minimap_border": true,
"draw_white_space": "all",
"enable_tab_scrolling": false,
"fallback_encoding": "UTF-8",
"font_face": "MeiryoKe_Gothic",
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_top": 2,
"material_theme_accent_lime": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"material_theme_tabs_separator": true,
"overlay_scroll_bars": "enabled",
"rulers":
[
80
],
"show_encoding": true,
"show_line_endings": true,
"tab_size": 2,
"theme": "Material-Theme-Darker.sublime-theme",
"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