1 ;; LLVM coding style guidelines in emacs
2 ;; Maintainer: LLVM Team, http://llvm.org/
3 ;; Modified: 2005-04-24
5 ;; Max 80 cols per line, indent by two spaces, no tabs.
6 ;; Apparently, this does not affect tabs in Makefiles.
11 '(indent-tabs-mode nil
))