Skip to content

Instantly share code, notes, and snippets.

{
"always_show_minimap_viewport": true,
"auto_complete": true,
"auto_complete_commit_on_tab": false,
"auto_complete_with_fields": true,
"auto_indent": true,
"bold_folder_labels": true,
"caret_extra_width": 2,
"caret_style": "solid",
"color_scheme": "Packages/User/SublimeLinter/Candyman (SL).tmTheme",
// Modified to highlight JavaScript unquoted object keys.
{
"name": "Mariana (Modified)",
"author": "Sublime HQ Pty Ltd, Dmitri Voronianski",
"variables":
{
"black": "hsl(0, 0%, 0%)",
"blue": "hsl(210, 50%, 60%)",
"blue2": "hsl(209, 13%, 35%)",
"blue3": "hsl(210, 15%, 24%)",
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',
@borela
borela / !react-enzyme-render-methods.md
Created June 8, 2017 17:06 — forked from SanCoder-Q/!react-enzyme-render-methods.md
react-enzyme - `shallow` vs `mount` vs `render` lifecycle methods

An exploration of the different render methods available in react-enzyme.