lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <2024061112-kilogram-poker-bacf@gregkh>
Date: Tue, 11 Jun 2024 08:49:13 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: masahiroy@...nel.org
Cc: linux-kernel@...r.kernel.org,
	linux-doc@...r.kernel.org,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	Danny Lin <danny@...ag0n.dev>,
	Íñigo Huguet <ihuguet@...hat.com>,
	Mickaël Salaün <mic@...ikod.net>,
	Vincent Mailhol <mailhol.vincent@...adoo.fr>
Subject: [PATCH] .editorconfig: move to Documentation/ directory

Some editors (like the vim variants), when seeing "trim_whitespace"
decide to do just that for all of the whitespace in the file you are
saving, even if it is not on a line that you have modified.  This plays
havoc with diffs and is NOT something that should be intended.

As the "only trim whitespace on modified files" is not part of the
editorconfig standard, just move the whole thing off to the
Documentation/ directory so that those that wish to use such a thing can
pick it up from there.

Cc: Danny Lin <danny@...ag0n.dev>
Cc: Íñigo Huguet <ihuguet@...hat.com>
Cc: Mickaël Salaün <mic@...ikod.net>
Cc: Vincent Mailhol <mailhol.vincent@...adoo.fr>
Cc: Masahiro Yamada <masahiroy@...nel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
---
 .editorconfig => Documentation/.editorconfig | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename .editorconfig => Documentation/.editorconfig (100%)

diff --git a/.editorconfig b/Documentation/.editorconfig
similarity index 100%
rename from .editorconfig
rename to Documentation/.editorconfig
-- 
2.45.2


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ