Advertisement
noahcoad

Preferences.sublime-settings

Dec 14th, 2012
801
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. {
  2. // Save files when focus changes,
  3. // like to a new file or another program
  4. "save_on_focus_lost": true,
  5.  
  6. // Make tabs small
  7. "tab_size": 2,
  8.  
  9. // Keep tabs. Tabs are used to indent the start of lines
  10. // and different devs like different indention levels.
  11. // Spaces should be used to indent anywhere else.
  12. // <let the flame wars begin>
  13. "translate_tabs_to_spaces": false,
  14.  
  15. // Don't wrap long lines of text by default
  16. "word_wrap": false,
  17.  
  18. // Just a null value to keep commas on previous lines
  19. "": ""
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement