Back to home page

EIC code displayed by LXR

 
 

    


Warning, /DD4hep/etc/format_code.el is written in an unsupported language. File is not indexed.

0001 (while argv
0002   (find-file (pop argv))
0003   (mark-whole-buffer)
0004   (set-buffer-file-coding-system 'unix 't)
0005   (setq-default c-default-style "ellemtel")
0006   (setq         c-set-style     "ellemtel")
0007   (setq         c-basic-offset  2)
0008 
0009   (indent-region (point-min) (point-max) nil)
0010   (delete-trailing-whitespace)
0011   (untabify (point-min) (point-max))
0012   (save-buffer))
0013 
0014 (kill-emacs 0)