Last active
          December 10, 2021 19:26 
        
      - 
      
 - 
        
Save egeste/6964c9fe31ccf58324566cc41824b307 to your computer and use it in GitHub Desktop.  
    My Sublime preferences
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | { | |
| "additional_path_items": | |
| [ | |
| "/Users/sregester/.rvm/gems/ruby-2.1.6/bin/" | |
| ], | |
| "auto_indent": true, | |
| "close_windows_when_empty": true, | |
| "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", | |
| "draw_white_space": "all", | |
| "ensure_newline_at_eof_on_save": true, | |
| "expand_tabs_on_save": true, | |
| "find_selected_text": true, | |
| "font_size": 13, | |
| "ignored_packages": | |
| [ | |
| "CSS", | |
| "Vintage" | |
| ], | |
| "rulers": | |
| [ | |
| 80, | |
| 120 | |
| ], | |
| "scroll_past_end": true, | |
| "tab_size": 2, | |
| "translate_tabs_to_spaces": true, | |
| "trim_automatic_white_space": true, | |
| "trim_trailing_white_space_on_save": true, | |
| "default_line_ending": "unix" | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
Added
"default_line_ending": "unix", because windows is stupid