Skip to content

Instantly share code, notes, and snippets.

@tinogomes
Created October 20, 2017 02:07
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 tinogomes/7b6b0099de44f65b06ca600bcd6d7fb1 to your computer and use it in GitHub Desktop.
Save tinogomes/7b6b0099de44f65b06ca600bcd6d7fb1 to your computer and use it in GitHub Desktop.
My Sublime Text Configurations
[
{ "keys": ["ctrl+shift+'"], "command": "change_quotes"}
]
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"AdvancedNewFile",
"Alignment",
"AutoAligner",
"Better RSpec",
"better-rails-for-sublime-text",
"better-ruby-for-sublime-text",
"BracketHighlighter",
"ChangeQuotes",
"Color Highlighter",
"ColorPicker",
"Colorsublime",
"DiffView",
"DocBlockr",
"EditorConfig",
"ERB Autocomplete",
"Expand Selection to Quotes",
"GenerateUUID",
"HTML-CSS-JS Prettify",
"HTML5",
"HTMLBeautify",
"LESS",
"Markdown Preview",
"Package Control",
"Pretty JSON",
"Pretty YAML",
"Pug",
"Random Everything",
"RSpec",
"Ruby Block Converter",
"Ruby Slim",
"Sass",
"sublime-switch-case",
"Toggle Symbol to String",
"yUML"
],
"repositories":
[
"https://github.com/fnando/better-ruby-for-sublime-text",
"https://github.com/fnando/better-rails-for-sublime-text",
"https://github.com/fnando/sublime-switch-case"
]
}
{
"always_prompt_for_file_reload": true,
"atomic_save": true,
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/Twilight (SL).tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.log",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace",
".byebug_history"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"coverage",
"CVS",
"log",
"node_modules",
"tmp",
"vendor"
],
"font_face": "Menlo",
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"shift_tab_unindent": true,
"show_encoding": true,
"show_line_endings": true,
"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