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 3F29C431FD0 for ; Sun, 18 Dec 2011 07:51:38 -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 Dh1Gz-BSrvGi for ; Sun, 18 Dec 2011 07:51:37 -0800 (PST) Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com [74.125.82.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 9AF8E431FB6 for ; Sun, 18 Dec 2011 07:51:37 -0800 (PST) Received: by wgbds13 with SMTP id ds13so7569498wgb.2 for ; Sun, 18 Dec 2011 07:51:35 -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=iwDxOu7cawOWlDGpMJXT6YPSECaB6rt/D4B+XjJx0TE=; b=Wp5ymuhFJGWOQkGHez9F0qO7/+4c5vy6HPDWxS1gIoMzjVC1xBKAFbcWr7EKm5xpAo txvTP1n1vsCPmJXCgEmiz6ZFnrZsruoRiTyeZSUx1BQkrrmt+BXrffErOyeKepdhQhmL uKgPvfz5dzPbJtCwjT7mNK4u8oTEFqxDajyM4= Received: by 10.180.107.231 with SMTP id hf7mr21588260wib.68.1324223495015; Sun, 18 Dec 2011 07:51:35 -0800 (PST) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id fi11sm22349029wbb.9.2011.12.18.07.51.33 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 18 Dec 2011 07:51:34 -0800 (PST) From: Dmitry Kurochkin To: David Bremner , Notmuch Mail Subject: Re: Code Style Bikeshed 1/n: Break before Brace or Brace before Break? In-Reply-To: <87vcpeaxwv.fsf@zancas.localnet> References: <87vcpeaxwv.fsf@zancas.localnet> 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 19:50:52 +0400 Message-ID: <87ty4xj2ub.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 15:51:38 -0000 +1 for the former. How about indenting with spaces+tabs vs indenting with spaces only? :) Regards, Dmitry