Created
October 20, 2017 02:07
-
-
Save tinogomes/7b6b0099de44f65b06ca600bcd6d7fb1 to your computer and use it in GitHub Desktop.
My Sublime Text Configurations
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
[ | |
{ "keys": ["ctrl+shift+'"], "command": "change_quotes"} | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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