Etienne Sublime User config ;) (install TrailingSpaces, Nexus Theme, etc...)
{ | |
"installed_packages": | |
[ | |
"AngularJS", | |
"ApacheConf.tmLanguage", | |
"Auto Semi-Colon", | |
"Better CoffeeScript", | |
"Bootstrap Jade", | |
"BracketHighlighter", | |
"Color Highlighter", | |
"ColorPicker", | |
"DocBlockr", | |
"Dotfiles Syntax Highlighting", | |
"Emmet", | |
"Filter Lines", | |
"Format SQL", | |
"HostsEdit", | |
"Jade", | |
"jQuery", | |
"Prefixr", | |
"Pretty JSON", | |
"Sass", | |
"SideBarEnhancements", | |
"Smart Duplicate", | |
"Status Bar Extension", | |
"Statusbar Path", | |
"Stylus", | |
"SublimeCodeIntel", | |
"SublimeLinter Beta", | |
"SublimeTODO", | |
"SyncedSideBar", | |
"Theme - Aqua", | |
"TidyTabs", | |
"Toggle words", | |
"ToggleQuotes", | |
"TrailingSpaces", | |
"Twitter Bootstrap SnippetsUnicode Character Highlighter", | |
"VCS Gutter", | |
"WordHighlight" | |
] | |
} |
{ | |
"extensions": | |
[ | |
"md", | |
"mdown", | |
"mdwn", | |
"mmd", | |
"txt" | |
], | |
"color_scheme": "Packages/Color Scheme - Default/Dawn.tmTheme", | |
"trim_trailing_white_space_on_save": false | |
} |
{ | |
"auto_indent": true, | |
"bold_folder_labels": true, | |
"caret_style": "phase", | |
"color_scheme": "Packages/Theme - Nexus/Nexus.tmTheme", | |
"detect_indentation": true, | |
"detect_slow_plugins": false, | |
"draw_white_space": "selection", | |
"ensure_newline_at_eof_on_save": true, | |
"font_size": 12, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"open_files_in_new_window": false, | |
"rulers": | |
[ | |
80, | |
120 | |
], | |
"save_on_focus_lost": true, | |
"scroll_speed": 1.4, | |
"shift_tab_unindent": true, | |
"show_tab_close_buttons": false, | |
"tab_size": 2, | |
"theme": "Nexus.sublime-theme", | |
"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