Git Codebase - Sn0wlink IT
Sublime Settings
Code:
Download ZIP
Preferences.sublime-settings
Preferences.sublime-settings
{ // Style and theme "color_scheme": "Packages/Color Scheme - Default/Monokai.sublime-color-scheme", "theme": "Adaptive.sublime-theme", "font_size": 10, "ui_scale": 1.0, // 80 Character Guide "rulers": [80], // Tabs to spaces (Like a sane person) "tab_size": 4, "translate_tabs_to_spaces": true, // GUI Behaviour // Line numbers (as if you don't want this!) "line_numbers": true, // Enables dragging of highlighted text (Just because) "drag_text": true, // Show fold buttons "fold_buttons": true, // Disables animations (Why, just why?) "animation_enabled": false, // Smell Check Correct (I can sPell Darn It!) "spell_check": false, // Display folders as bold "bold_folder_labels": true, // File reload NAG screen (OFF!) "always_prompt_for_file_reload": false, // Build errors (Stop messing with my code) "show_errors_inline": false, // Show full file path in title bar (It's useful...) "show_full_path": true, // Mini map border "draw_minimap_border": true, // Don't display hidden files or folders "folder_exclude_patterns": [".*"], "file_exclude_patterns": [".*"], }