Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 27D14431FD0 for ; Sun, 18 Dec 2011 08:18:47 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dJun2RctTLpp for ; Sun, 18 Dec 2011 08:18:46 -0800 (PST) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 44585431FB6 for ; Sun, 18 Dec 2011 08:18:46 -0800 (PST) Received: by wibhq2 with SMTP id hq2so1004589wib.26 for ; Sun, 18 Dec 2011 08:18:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; bh=yT9iS7KdBflcZk5IX/XAagE1TPj0IcdLUAwe5+PTN94=; b=su3MH6MZdmVLlWw8glV0oVgBkOMKWyQC7zTAq2DUtaABVSzYFRrmNTKtSJbS50C0hr DfftZgv4E3mVenZjgDBDfYIs9jDDfFgosN7z2obz4qRfVt+/3ZFl3ove4I0JBD+svmtT nZSCfI/gseAp5RHzBesuSu3x18da5mLNESIXE= Received: by 10.180.102.233 with SMTP id fr9mr22110779wib.40.1324225124882; Sun, 18 Dec 2011 08:18:44 -0800 (PST) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id k5sm21999616wiz.9.2011.12.18.08.18.43 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 18 Dec 2011 08:18:44 -0800 (PST) From: Dmitry Kurochkin To: Tomi Ollila , David Bremner , Notmuch Mail Subject: Re: Code Style Bikeshed 1/n: Break before Brace or Brace before Break? In-Reply-To: References: <87vcpeaxwv.fsf@zancas.localnet> <87ty4xj2ub.fsf@gmail.com> User-Agent: Notmuch/0.10.2+96~g74e5ae5 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Sun, 18 Dec 2011 20:18:03 +0400 Message-ID: <87pqflj1l0.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2011 16:18:47 -0000 On Sun, 18 Dec 2011 18:12:51 +0200, Tomi Ollila wrote: > On Sun, 18 Dec 2011 19:50:52 +0400, Dmitry Kurochkin wrote: > > +1 for the former. > > +1 > > > How about indenting with spaces+tabs vs indenting with spaces only? :) > > -1 -- tab-width is 8, anything else is heretic. Everyone enable > git pre-commit hook :) > Sorry, -1 for what? :) FWIW tabs make patch review a pain in our favourite interface to our favourite mail system because of message indenting. Regards, Dmitry > > Regards, > > Dmitry > > Tomi