Skip to content

Instantly share code, notes, and snippets.

@tomasdev
Last active January 29, 2018 00:03
Show Gist options
  • Save tomasdev/6227401 to your computer and use it in GitHub Desktop.
Save tomasdev/6227401 to your computer and use it in GitHub Desktop.
My sublime
{
"bold_folder_labels": true,
"font_size": 12.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"tab_size": 4,
"theme": "Soda Dark.sublime-theme",
"enable_tab_scrolling": false,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
@tomasdev
Copy link
Author

Packages installed:

{
    "installed_packages":
    [
        "AdvancedNewFile",
        "BracketHighlighter",
        "DocBlockr",
        "Emmet",
        "JSLint",
        "Package Control",
        "SideBarEnhancements",
        "StringEncode",
        "SublimeCodeIntel",
        "SublimeLinter",
        "SublimeTODO",
        "Theme - Soda"
    ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment