Skip to content

Instantly share code, notes, and snippets.

@jonobr1
Last active December 24, 2015 15:09
Show Gist options
  • Save jonobr1/6818496 to your computer and use it in GitHub Desktop.
Save jonobr1/6818496 to your computer and use it in GitHub Desktop.
Personal preferences when editing in Sublime Text.
{
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"detect_indentation": true,
"draw_white_space": "all",
"font_face": "Monaco",
"font_size": 12.0,
"highlight_line": true,
"ignored_packages":
[
"All Autocomplete",
"SublimeLinter",
"Vintage"
],
"rulers":
[
80
],
"soda_classic_tabs": true,
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true
}
@jondashkyle
Copy link

{
    "color_scheme": "Packages/Cargo/Cargo.tmtheme",
    "font_face": "Menlo",
    "font_size": 11.0,
    "translate_tabs_to_spaces": true,
    "ignored_packages":
    [
        "Vintage"
    ],
    "rulers":
    [
        80
    ],
    "soda_classic_tabs": false,
    "theme": "Soda Dark 3.sublime-theme"
}

@yyx990803
Copy link

{
    "always_show_minimap_viewport": true,
    "color_scheme": "Packages/Color Scheme - User/Monokai.tmTheme",
    "font_face": "Inconsolata-g",
    "font_size": 12.0,
    "highlight_line": true,
    "ignored_packages":
    [
        "Vintage"
    ],
    "tab_size": 4,
    "translate_tabs_to_spaces": true
}

Also have a bunch of subl specific stuff in my dotfiles repo

@jonobr1
Copy link
Author

jonobr1 commented Oct 7, 2013

@jondashkyle, is this public: "Packages/Cargo/Cargo.tmtheme" ?

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