From: https://launchpad.net/~jhgorse Date: Thu, 27 Oct 2016 15:13:57 +0000 (-0400) Subject: (no commit message) X-Git-Url: http://git.openafs.org/?p=openafs-wiki.git;a=commitdiff_plain;h=8f726ae3d12752ce4205137728299ccf5c88d2df --- diff --git a/archive/CodingStyle.mdwn b/archive/CodingStyle.mdwn index 11daf40..20a79c5 100644 --- a/archive/CodingStyle.mdwn +++ b/archive/CodingStyle.mdwn @@ -4,7 +4,7 @@ This document is an attempt to codify a coding style for [[OpenAFS]]. It's curre Use gnu indent 2.2.9 or later to reformat using the following: - indent -npro -nbad -bap -nbc -bbo -br -ce -cdw -brs -ncdb -cp1 -ncs -di2 -ndj -nfc1 -nfca -i4 -lp -npcs -nprs -psl -sc -nsob -ts8 + gindent -npro -nbad -bap -nbc -bbo -br -ce -cdw -brs -ncdb -cp1 -ncs -di2 -ndj -nfc1 -nfca -i4 -lp -npcs -nprs -psl -sc -nsob -ts8 **Note for commentors**: Please feel free to update this guide with your views. However, if you disagree with the content, rather than deleting it, please add your suggested ammendments alongside - that way we can hopefully produce a consensus document.