From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CEF72C4338F for ; Wed, 11 Aug 2021 19:05:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A56E36105A for ; Wed, 11 Aug 2021 19:05:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230000AbhHKTFo (ORCPT ); Wed, 11 Aug 2021 15:05:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37646 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229802AbhHKTFo (ORCPT ); Wed, 11 Aug 2021 15:05:44 -0400 Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3F55EC061765 for ; Wed, 11 Aug 2021 12:05:20 -0700 (PDT) Received: from fencepost.gnu.org ([2001:470:142:3::e]:42680) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mDtXS-0006yq-VR; Wed, 11 Aug 2021 15:05:18 -0400 Received: from auth1-smtp.messagingengine.com ([66.111.4.227]:49005) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mDtXS-0005nU-Ri; Wed, 11 Aug 2021 15:05:18 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailauth.nyi.internal (Postfix) with ESMTP id 4B25F27C0054; Wed, 11 Aug 2021 15:05:18 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Wed, 11 Aug 2021 15:05:18 -0400 X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrkedugddufeduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpehffgfhvffuffgjkfggtgesthdtre dttdertdenucfhrhhomhepvfgrshhsihhlohcujfhorhhnuceothhsughhsehgnhhurdho rhhgqeenucggtffrrghtthgvrhhnpedvhfduveeuvddtveeifeefhedvffeugeehjedtff fhieevledvgfehueejgfehffenucffohhmrghinhepghhithhhuhgsrdgtohhmnecuvehl uhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhrnhdomh gvshhmthhprghuthhhphgvrhhsohhnrghlihhthidqkeeijeefkeejkeegqdeifeehvdel kedqthhsughhpeepghhnuhdrohhrghesfhgrshhtmhgrihhlrdhfmh X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 11 Aug 2021 15:05:16 -0400 (EDT) References: <20210811145341.43429-1-tsdh@gnu.org> <87im0b6f92.fsf@gnu.org> User-agent: mu4e 1.6.2; emacs 28.0.50 From: Tassilo Horn To: Junio C Hamano Cc: git@vger.kernel.org Subject: Re: [PATCH v5] userdiff: improve java hunk header regex Date: Wed, 11 Aug 2021 20:55:23 +0200 In-reply-to: Message-ID: <87fsvf6bva.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Junio C Hamano writes: >> That leads to the question if you'd welcome a patch adding a >> .dir-locals.el to the repository with the right settings so that >> it'll just work for contributors using the One True Editor. Would >> you? > > If your one true editor honored what is in .editorconfig, perhaps > there was no need for us to be having this conversation? I dunno. Ah, I'm sorry, I wasn't aware of that. I've installed the editorconfig Emacs plugin [1] which seems to do the trick. Bye, Tassilo [1] https://github.com/editorconfig/editorconfig-emacs