Last active
March 2, 2016 20:38
-
-
Save guilhermemarconi/32499c1d59198c0bd191 to your computer and use it in GitHub Desktop.
My Sublime Text 3 Settings
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
{ | |
"auto_complete_commit_on_tab": true, | |
"bold_folder_labels": true, | |
"close_windows_when_empty": true, | |
// "color_scheme": "Packages/User/SublimeLinter/base16-ocean.dark (SL).tmTheme", | |
"draw_minimap_border": true, | |
"folder_exclude_patterns": | |
[ | |
".sass-cache", | |
"node_modules", | |
], | |
// "font_face": "Monaco, Source Code Pro", | |
"font_size": 11, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"save_on_focus_lost": true, | |
"scroll_past_end": true, | |
"shift_tab_unindent": true, | |
"tab_size": 4, | |
// "theme": "Spacegray.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": true | |
} |
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
Alignment | |
AlignTab | |
All Autocomplete | |
ApplySyntax | |
Babel | |
BracketHighlighter | |
Color Highlighter | |
CSS Format | |
EditorConfig | |
Emmet | |
Git Conflict Resolver | |
GitGutter | |
Handlebars | |
HTML5 | |
Idiomatic-CSS-Comments-Snippets | |
JavaScript Completions | |
jQuery | |
JsFormat | |
JSX | |
Markdown Extended | |
Markdown Preview | |
Nettuts+ Fetch | |
Pretty JSON | |
Project Manager | |
SCSS | |
SideBarEnhancements | |
SublimeLinter | |
SublimeLinter-contrib-eslint | |
Theme - Spacegray | |
WordPress |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment