Skip to content

Instantly share code, notes, and snippets.

@AquisTech
Last active July 19, 2018 10:13
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 AquisTech/da10ee52a5addf5f35472ae30eb86d70 to your computer and use it in GitHub Desktop.
Save AquisTech/da10ee52a5addf5f35472ae30eb86d70 to your computer and use it in GitHub Desktop.
Sublime Text 3 Preferences
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"A File Icon",
"GitGutter",
"Material Theme",
"Package Control",
"Rails Completions",
"Rails Latest Migration",
"Railscasts Extended",
"Ruby Hash Converter"
]
}
{
"color_scheme": "Packages/Railscasts Extended/Railscasts Extended.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"ignored_packages":
[
"Vintage"
],
"index_files": true,
"theme": "Material-Theme-Darker.sublime-theme",
"material_theme_accent_orange": true,
"material_theme_bold_tab": true,
"material_theme_compact_sidebar": true,
"material_theme_tabs_separator": true,
"rulers":
[
100
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment