Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp3210985pxb; Mon, 9 Nov 2020 05:41:55 -0800 (PST) X-Google-Smtp-Source: ABdhPJzzC2qbMWv2moOa7KQC/mLRWyBxPHJFHkJ76+6uwnm6a+VlPUizBPyOqD5kuYWN3Q8WuHnQ X-Received: by 2002:aa7:c704:: with SMTP id i4mr15349616edq.51.1604929315307; Mon, 09 Nov 2020 05:41:55 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1604929315; cv=none; d=google.com; s=arc-20160816; b=krRYRMj4OmxoBzbKCPM/sEqT2gzVNxQqROrHWmRWjDXhp0yWjfWeb6XnTCotNwbXbo tWfY0we5xseeWQ+i5Py1mpJXgonf7eayxyndePouMlsFUlxpwfnrEWaS6yyU5xzfGGKi myFGROsORcHmH72YexxoVxupEIE8H6f/SHoMSb9UlnI6EMoVGrk4q4IUGHJsk8AWt4Y8 0a+BtLxQv9ClFAENew5341GySlJ29WzjpCFmmFFElDVf8p8BO269obLNtxBUeazn7PU3 wQellM8Skt081i+vAe5r4rVilxZGssnUqgStHMx6zcMxFi7VvasTkiqjc0LKacd+s75V fl5A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:to:references:message-id :content-transfer-encoding:cc:date:in-reply-to:from:subject :mime-version; bh=9lJV8q7vR0QbS2cSRpdt/cmjSgGSUqyzsQ/BLHIUxEM=; b=lo/4l9Af30myz6aM19NDGIcKrX55zszrZAB3G9WG6xeT6HOIHUDJTGu0vZB0veHIDw Xw46imYkwBJmQiEKCfRd33y1Dy09Ot8c1BCohsnirwbUYIGSgasrzubFZ83kgxDm0qGi sXioygZosKFv+S7XS5b8IOuXzIvBmvW0QXFcgytQIMU1DkPqchpBf+hnq4eH/rp61LYs mwNTG597zrdo12boCUapsScDLq+X7dLjinWQ2+KwC6OZXXqpHbT1JzjwfiDGQyS8Wuwj T3la5n2WFyI4+TApigJRdK9j1wC/XERPsvRDR+zWUD8Hi0AvUTukD7/nmWVBLSxUKHgz Q9ug== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id v5si9868217edi.14.2020.11.09.05.41.30; Mon, 09 Nov 2020 05:41:55 -0800 (PST) Received-SPF: pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730601AbgKINjB (ORCPT + 99 others); Mon, 9 Nov 2020 08:39:01 -0500 Received: from coyote.holtmann.net ([212.227.132.17]:54298 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730137AbgKINBr (ORCPT ); Mon, 9 Nov 2020 08:01:47 -0500 Received: from marcel-macbook.fritz.box (p4fefcf0f.dip0.t-ipconnect.de [79.239.207.15]) by mail.holtmann.org (Postfix) with ESMTPSA id 50F57CECC6; Mon, 9 Nov 2020 14:08:52 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.4\)) Subject: Re: [PATCH BlueZ] doc/coding-style: Allow spaces after tabs for indenting wrapped lines From: Marcel Holtmann In-Reply-To: Date: Mon, 9 Nov 2020 14:01:43 +0100 Cc: Luiz Augusto von Dentz , linux-bluetooth Content-Transfer-Encoding: 7bit Message-Id: References: <20200916232924.129991-1-sonnysasaka@chromium.org> To: Sonny Sasaka X-Mailer: Apple Mail (2.3608.120.23.2.4) Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Sonny, > Could you share the reason behind the "only tab for indentation" rule > for userspace code? I find that it is hard to format the code and it'd > be good if we adopt the kernel space style indentation as well which > increases readability and ease of code formatting. the coding style in BlueZ userspace is the original coding style that we also keep in other projects like ConnMan, oFono, iwd, ELL etc. So I have no interest in changing it. Kernel patches use different coding style than userspace and that is fine. Regards Marcel