]> git.ipfire.org Git - thirdparty/gcc.git/commit
top-level: Add .editorconfig file
authorJonathan Wakely <jwakely@redhat.com>
Fri, 19 Sep 2025 16:28:51 +0000 (17:28 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 22 Sep 2025 17:19:26 +0000 (18:19 +0100)
commit67d7046067e46d2de09b583e50449f27e99ef2a3
treea7ef023e5a8fe08595f24c18c9b12a2bc159a4af
parent8a6598f4a24306c8aae62c4a591d709a0d1abbc6
top-level: Add .editorconfig file

This config file sets default formatting behaviour for a large number
of common editors, see https://editorconfig.org

It also ensures that https://forge.sourceware.org formats GCC code
correctly, because it defaults to tab_width=4 but will respect a
.editorconfig file if present in the repo.

ChangeLog:

* .editorconfig: New file.
.editorconfig [new file with mode: 0644]