vibowit
1/23/2014 - 10:39 AM

My user Sublime Text 3 settings

My user Sublime Text 3 settings

{
    "color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
    "font_face": "Ubuntu Mono",
    "font_size": 12,
    "font_options":	["subpixel_antialias"],
    
    "rulers": [78],
    // If enabled, will highlight any line with a caret
    "highlight_line": true,

    // The encoding to use when the encoding can't be determined automatically.
    // ASCII, UTF-8 and UTF-16 encodings will be automatically detected.
    "fallback_encoding": "Central European (Windows 1250)",

    // Display file encoding in the status bar
    "show_encoding": true
}