blob: 43e17a7be6ae8aa53a16aba0a4d1ebb957caa520 [file] [log] [blame]
;; LLVM coding style guidelines in emacs
;; Maintainer: LLVM Team, http://llvm.org/
;; Modified: 2005-04-24
;; Max 80 cols per line, indent by two spaces, no tabs.
;; Apparently, this does not affect tabs in Makefiles.
(custom-set-variables
'(fill-column 80)
'(c++-indent-level 2)
'(c-basic-offset 2)
'(indent-tabs-mode nil))