Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [emacs] Use c-mode-common-hook, derive from "gnu" | Ramkumar Ramachandra | 2015-01-22 | 1 | -18/+6 |
| | | | | | | | | | Make it clear that the "llvm.org" style is deriving from "gnu" style, and use the c-mode-common-hook instead of c-mode-hook and c++-mode-hook. Differential Revision: http://reviews.llvm.org/D7035 llvm-svn: 226861 | ||||
* | Improve emacs coding style | Will Newton | 2014-12-09 | 1 | -13/+8 |
| | | | | | | | | | | | | | Remove setting of default style, this way is not recommended and means that all the settings have to be duplicated to demonstrate the c-add-style method which is a much better way of doing it. Remove the modified date as it is better stored in SVN. Tweak a few style parameters to make them conform to the actual LLVM style. llvm-svn: 223765 | ||||
* | Tweak LLVM emacs style to make default namespace indentation closer to style | Daniel Dunbar | 2009-07-28 | 1 | -2/+5 |
| | | | | | | guide. llvm-svn: 77331 | ||||
* | .emacs file bits for automatically setting the llvm.org coding style. ↵ | Mike Stump | 2009-03-04 | 1 | -0/+24 |
| | | | | | | Thanks Anton. llvm-svn: 66032 | ||||
* | Change llvm.cs.uiuc.edu -> llvm.org | Reid Spencer | 2006-03-14 | 1 | -1/+1 |
| | | | | llvm-svn: 26750 | ||||
* | elisp code to help with LLVM code standards compliance | Misha Brukman | 2005-04-24 | 1 | -0/+12 |
llvm-svn: 21497 |