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 Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 889F8C64EC7 for ; Tue, 28 Feb 2023 08:46:03 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 008A985AA1; Tue, 28 Feb 2023 09:46:00 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="Rd/E79Re"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 0579D85ABF; Tue, 28 Feb 2023 09:46:00 +0100 (CET) Received: from mail-ed1-x52e.google.com (mail-ed1-x52e.google.com [IPv6:2a00:1450:4864:20::52e]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id EA84D85131 for ; Tue, 28 Feb 2023 09:45:57 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=dsankouski@gmail.com Received: by mail-ed1-x52e.google.com with SMTP id eg37so36507470edb.12 for ; Tue, 28 Feb 2023 00:45:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=r6hMvY4og9Gr053UhSbqethFJZ/St6Gp6VOtzjZrbYE=; b=Rd/E79Reid4beaAZrp+S40bFluL5k1L0YIS4XzKzDABgS9zy7qSI0Xz7pcaYUHgXP6 7Zt1jHe+Gm9t9GrOhjle0duXbgsdyz8vBH8ZTwh48c85Anma5iF3qfjCO7ElvxoztptO r+DzG//Jg0f0kqCNjVrVol0ng9oSnSj0Pz03q4kA3PEw74RxaYmpf+eyxywCa2vSTFxb 4i1TRnmHpxl+U0riJ+IyX49Yj67txdUPwXILGWmwZY4rEAi4lpP9cKCiKNYAXqkuBJ0w 2vCw+aEIKTAP+XFnA6Oy5R/SqoNziPjIDY6TLDJ0NG4zP9Hnb671egru/TMvnRsY+Fwu Y03A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=r6hMvY4og9Gr053UhSbqethFJZ/St6Gp6VOtzjZrbYE=; b=Iw//s7kjnPEfTp4YTU8slgqbVhpr+bhMA2RQ/1RJghE8aDBqG6rlGjsHxqAqo6HAv4 dC2jMPsIGUSFyMLMLipUsWJGFXI0imtB07Ea3Lzw3/Hir7WFWQc+F/HEEqCsf18Ug2xP b3ZxmGasoisVUZodJZvsNyGR7XxwERodcsbDRLTwJDtR2wwC7e4/CvjBTDGp4f02jcrs zmIb1CkU2hLfzie55R1NiJJ/XctTmZc7kdHj5Btj6vd+NrgORbDYP3oCGXKaqwg2Ct0Z PEY6XEZup5YvpKLZqidDvNltIQwDo3MBUl0Nn6o5cYulB4mNE2GNC8S9hjwvyWuoUET2 2QGA== X-Gm-Message-State: AO0yUKVL0DiazcJlyZuFOuPLd5FPHTYX7TqmU9VrwYJiaHg95o55C5i9 5Scu92PItvoMYGgAe/AyKu8sk4tJybY= X-Google-Smtp-Source: AK7set+BlXpaSRdUOahSRwGlSDGfcTDWEDDqXxtfttdFZF/8HYCW69SEzOjwTcoE36/b0RjUq8cmDw== X-Received: by 2002:aa7:d353:0:b0:4ad:a70c:e010 with SMTP id m19-20020aa7d353000000b004ada70ce010mr2502410edr.41.1677573957171; Tue, 28 Feb 2023 00:45:57 -0800 (PST) Received: from debian.localdomain ([37.45.144.86]) by smtp.googlemail.com with ESMTPSA id u9-20020a50a409000000b004af515d2dd8sm4055332edb.74.2023.02.28.00.45.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 28 Feb 2023 00:45:55 -0800 (PST) From: Dzmitry Sankouski To: u-boot@lists.denx.de Cc: Dzmitry Sankouski Subject: [PATCH 0/1] introduce .editorconfig Date: Tue, 28 Feb 2023 11:45:45 +0300 Message-Id: <20230228084546.1702171-1-dsankouski@gmail.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean Current process of sending patches includes running checkpatch.pl script for each patch, and fixing found style problems. Editorconfig may help to prevent some style related problems (like spaces vs tab indentation) on the fly. Dzmitry Sankouski (1): editorconfig: introduce .editorconfig .editorconfig | 19 +++++++++++++++++++ .gitignore | 1 + 2 files changed, 20 insertions(+) create mode 100644 .editorconfig -- 2.30.2