Created
April 16, 2015 16:52
-
-
Save chrislopresto/407de481119c643ba73a to your computer and use it in GitHub Desktop.
Sublime 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
{ | |
"extensions": | |
[ | |
".jshintrc" | |
] | |
} |
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
{ | |
"draw_centered": true, // Centers the column in the window | |
"draw_indent_guides": false, | |
"trim_trailing_white_space_on_save": false, | |
"word_wrap": true, | |
"wrap_width": 80 // Sets the # of characters per line | |
} |
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
{ | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"Alignment", | |
"All Autocomplete", | |
"Babel", | |
"Better CoffeeScript", | |
"Color Highlighter", | |
"EditorConfig", | |
"Emmet", | |
"Git", | |
"GitGutter", | |
"Github Tools", | |
"Handlebars", | |
"JSHint Gutter", | |
"LESS", | |
"MaxPane", | |
"nginx", | |
"Oceanic Next Color Scheme", | |
"Package Control", | |
"Predawn", | |
"Pretty JSON", | |
"Ruby Slim", | |
"Sass", | |
"SCSS", | |
"SideBarEnhancements", | |
"Theme - Spacegray" | |
] | |
} |
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
{ | |
// Themes | |
// Oceanic Next | |
// https://github.com/voronianski/oceanic-next-theme | |
"color_scheme": "Packages/Oceanic Next Color Scheme/Oceanic Next.tmTheme", | |
"theme": "Spacegray.sublime-theme", | |
// Predawn | |
// https://github.com/jamiewilson/predawn | |
// "theme": "predawn-DEV.sublime-theme", | |
// "color_scheme": "Packages/Predawn/predawn.tmTheme", | |
// "findreplace_small": true, | |
// "sidebar_small": true, // default, xsmall, small, medium, large or xlarge | |
// "tabs_small": true, | |
// Spacegray | |
// https://github.com/kkga/spacegray | |
// Spacegray | |
// "theme": "Spacegray.sublime-theme", | |
// "color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme", | |
// Spacegray Light | |
// "theme": "Spacegray Light.sublime-theme", | |
// "color_scheme": "Packages/Theme - Spacegray/base16-ocean.light.tmTheme", | |
// Spacegray Eighties | |
// "theme": "Spacegray Eighties.sublime-theme", | |
// "color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme", | |
// Typography | |
"caret_style": "phase", | |
"font_face": "Source Code Pro", | |
"font_size": 12, | |
"highlight_line": true, | |
"word_wrap": false, | |
// Whitespace, Matching, Copy & Auto-Complete | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
// Interface & Behavior | |
"bold_folder_labels": true, | |
"close_windows_when_empty": false, | |
"ensure_newline_at_eof_on_save": true, | |
"highlight_modified_tabs": true, | |
"overlay_scroll_bars": "enabled", | |
"use_simple_full_screen": true, | |
"rulers": [100], | |
"scroll_past_end": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
] | |
} |
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
{ | |
"extensions": | |
[ | |
"Vagrantfile", | |
"Berksfile", | |
"Guardfile", | |
"lock", | |
"chefignore", | |
"laptop.local", | |
"Assetfile", | |
"ru" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment