Skip to content

Instantly share code, notes, and snippets.

@lmariscal
Last active June 26, 2019 07:00
Show Gist options
  • Select an option

  • Save lmariscal/58d5c29c2ee70d34a8aaba12225b51f8 to your computer and use it in GitHub Desktop.

Select an option

Save lmariscal/58d5c29c2ee70d34a8aaba12225b51f8 to your computer and use it in GitHub Desktop.

Revisions

  1. Leonardo Mariscal revised this gist Jun 26, 2019. No changes.
  2. Leonardo Mariscal created this gist Jun 26, 2019.
    84 changes: 84 additions & 0 deletions preferences.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,84 @@
    {
    "Seti_ClosedFolder_dots": true,
    "Seti_accent_lime": true,
    "Seti_alt_tree_row": true,
    "Seti_bold_heading": true,
    "Seti_lime_label": true,
    "Seti_lime_map": true,
    "Seti_lime_tabclose": true,
    "Seti_no_scroll_icons": false,
    "Seti_sb_tree_miny": true,
    "always_show_minimap_viewport": true,
    "api_dev_key": "",
    "api_user_key": "",
    "auto_complete_delay": 5,
    "bold_folder_labels": true,
    "close_windows_when_empty": true,
    "color_scheme": "Packages/User/SublimeLinter/Dracula (SL).tmTheme",
    "fade_fold_buttons": false,
    "file_exclude_patterns":
    [
    "._*",
    "*.png",
    "*.map",
    "*.obj",
    "*.js.map",
    "gulpfile.js",
    "package-lock.json",
    "bundle.js",
    "env.bat",
    "env.sh"
    ],
    "folder_exclude_patterns":
    [
    ".svn",
    ".git*",
    ".idea",
    ".hg",
    "CVS",
    "dist",
    "node_modules",
    ".sass-cache",
    ".tscache",
    "build"
    ],
    "font_face": "Hack",
    "font_options":
    [
    "gray_antialias"
    ],
    "font_size": 10,
    "gutter": true,
    "highlight_line": true,
    "ignored_packages":
    [
    "LoremGibson",
    "Six",
    "Vintage",
    "Vintageous"
    ],
    "indent_guide_options":
    [
    "draw_normal",
    "draw_active"
    ],
    "line_numbers": true,
    "line_padding_bottom": 0,
    "line_padding_top": 0,
    "paste_expire_date": "N",
    "paste_privacy": 0,
    "predawn_sidebar_medium": true,
    "predawn_sidebar_narrow": true,
    "predawn_tabs_active_underline": true,
    "predawn_tabs_medium": true,
    "remember_open_files": false,
    "show_encoding": true,
    "show_line_endings": true,
    "tab_size": 2,
    "theme": "Seti.sublime-theme",
    "translate_tabs_to_spaces": true,
    "vintage_lines.force_mode": true,
    "vintageous_use_ctrl_keys": true,
    "jsdocs_align_tags": "deep",
    "jsdocs_short_primitives": true
    }