Skip to content

Instantly share code, notes, and snippets.

@dburger
Created December 11, 2010 22:07
Show Gist options
  • Save dburger/737688 to your computer and use it in GitHub Desktop.
Save dburger/737688 to your computer and use it in GitHub Desktop.
(defun c-indent-file (filename)
(interactive)
(find-file filename)
(mark-whole-buffer)
(c-indent-line-or-region)
(save-buffer))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment