Home | History | Annotate | Download | only in curl
      1 ;;; Directory Local Variables
      2 ;;; See Info node `(emacs) Directory Variables' for more information.
      3 
      4 ((nil . ((indent-tabs-mode . nil)
      5          (show-trailing-whitespace . t)))
      6  (c-mode . ((c-basic-offset . 2)
      7             ))
      8  (c++-mode . ((c-basic-offset . 2)
      9               ))
     10  )
     11