Last active
December 27, 2015 11:19
-
-
Save douglasduteil/7317889 to your computer and use it in GitHub Desktop.
Etienne Sublime User config ;)
(install TrailingSpaces, Nexus Theme, etc...)
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
{ | |
"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" | |
] | |
} |
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
{ | |
"extensions": | |
[ | |
"md", | |
"mdown", | |
"mdwn", | |
"mmd", | |
"txt" | |
], | |
"color_scheme": "Packages/Color Scheme - Default/Dawn.tmTheme", | |
"trim_trailing_white_space_on_save": false | |
} |
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
{ | |
"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