Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 22nd, 2012  |  syntax: None  |  size: 0.27 KB  |  hits: 8  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # Settings
  2. #
  3. fontName         = "Monaco"
  4. fontSize         = 12
  5.  
  6. # File type specific configuration
  7. #
  8. [ source.js ]
  9. softTabs         = true
  10. tabSize          = 2
  11.  
  12. [ *.{txt,md,mdown} ]
  13. softWrap         = true
  14.  
  15. [ "{README,INSTALL,LICENSE,TODO}" ]
  16. fileType         = "text.plain"