From owner-freebsd-multimedia Sat Jul 19 16:42:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA17539 for multimedia-outgoing; Sat, 19 Jul 1997 16:42:10 -0700 (PDT) Received: from Ilsa.StevesCafe.com (Ilsa.StevesCafe.com [205.168.119.129]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA17534 for ; Sat, 19 Jul 1997 16:42:07 -0700 (PDT) Received: from Ilsa.StevesCafe.com (localhost [127.0.0.1]) by Ilsa.StevesCafe.com (8.8.6/8.8.5) with ESMTP id RAA27696; Sat, 19 Jul 1997 17:41:34 -0600 (MDT) Message-Id: <199707192341.RAA27696@Ilsa.StevesCafe.com> X-Mailer: exmh version 2.0gamma 1/27/96 From: Steve Passe To: "J. Utz" cc: multimedia@FreeBSD.ORG Subject: Re: 970714 configure.c the formatting is making me crazy! In-reply-to: Your message of "Sat, 19 Jul 1997 16:15:47 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 19 Jul 1997 17:41:34 -0600 Sender: owner-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, > i am messing with configure.c in the 970714 sound snap because the 970718 > version doesn't have a configure.c > > the conditionals are full tab indents, which means that the lines in the > really important part are totally messed up in 80 columns in emacs! arghh! > is there some magic emacs command that fixes this stuff automatically? don't go crazy reformting source, the style police will just make you change it back before its allowwed in the tree. from "man style": NAME style - Kernel source file style guide ... Indentation is an 8 character tab. Second level indents are four spaces. while (cnt < 20) z = a + really + long + statement + that + needs + two lines + gets + indented + four + spaces + on + the + second + and + subsequent + lines. Do not add whitespace at the end of a line, and only use tabs then spaces to form the indentation. Do not use more spaces than a tab will produce and do not use spaces in front of tabs. -- Steve Passe | powered by smp@csn.net | Symmetric MultiProcessor FreeBSD