From: Mark Wooding Date: Fri, 12 Jun 2009 14:00:24 +0000 (+0100) Subject: dot-emacs: Fix C indentation quite a lot. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/f50c1bed963ac02b75f39124dda23c69441c0bff?hp=f50c1bed963ac02b75f39124dda23c69441c0bff dot-emacs: Fix C indentation quite a lot. This change fixes a number of C indentation annoyances: * One-line blocks are indented relative to the preceding line. * Stuff inside `extern "C" { ... }' isn't indended. * The `extern "C" {' line itself /is/ indended. * Blocks in macro argument lists are fixed. * Macro indentation is fixed. ---