OSDN Git Service

Introduce .editorconfig
authorEric Engestrom <eric@engestrom.ch>
Tue, 30 Aug 2016 20:02:18 +0000 (21:02 +0100)
committerEric Anholt <eric@anholt.net>
Thu, 1 Sep 2016 00:06:54 +0000 (17:06 -0700)
commit3bd885d09cea6ecf19ddfd948c8dd74f5e3ea600
tree0c02e91c24673553459195bf642ca1adc188c533
parent509e2dbc105a04e8bc6ed292b921cbe27957a779
Introduce .editorconfig

A few weeks ago, Jose Fonseca suggested [0] we use .editorconfig files
to try and enforce the formatting of the code, to which Michel Dänzer
suggested [1] we start by importing the existing .dir-locals.el
settings. The first draft was discussed in the RFC [2].

These .editorconfig are a first step, one that has the advantage of
requiring little to no intervention from the devs once the settings
files are in place, but the settings are very limited. This does have
the advantage of applying while the code is being written.
This doesn't replace the need for more comprehensive formatting tools
such as clang-format & clang-tidy, but those reformat the code after
the fact.

[0] https://lists.freedesktop.org/archives/mesa-dev/2016-June/121545.html
[1] https://lists.freedesktop.org/archives/mesa-dev/2016-June/121639.html
[2] https://lists.freedesktop.org/archives/mesa-dev/2016-July/123431.html

Acked-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Acked-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
28 files changed:
.editorconfig [new file with mode: 0644]
bin/.editorconfig [new file with mode: 0644]
include/D3D9/.editorconfig [new file with mode: 0644]
include/c11/.editorconfig [new file with mode: 0644]
include/d3dadapter/.editorconfig [new file with mode: 0644]
include/vulkan/.editorconfig [new file with mode: 0644]
src/egl/drivers/haiku/.editorconfig [new file with mode: 0644]
src/egl/wayland/.editorconfig [new file with mode: 0644]
src/gallium/drivers/freedreno/.editorconfig [new file with mode: 0644]
src/gallium/drivers/r300/.editorconfig [new file with mode: 0644]
src/gallium/drivers/r600/.editorconfig [new file with mode: 0644]
src/gallium/drivers/radeon/.editorconfig [new file with mode: 0644]
src/gallium/drivers/radeonsi/.editorconfig [new file with mode: 0644]
src/gallium/drivers/vc4/.editorconfig [new file with mode: 0644]
src/gallium/drivers/vc4/kernel/.editorconfig [new file with mode: 0644]
src/gallium/state_trackers/hgl/.editorconfig [new file with mode: 0644]
src/gallium/state_trackers/nine/.editorconfig [new file with mode: 0644]
src/gallium/state_trackers/xa/.editorconfig [new file with mode: 0644]
src/gallium/targets/d3dadapter9/.editorconfig [new file with mode: 0644]
src/gallium/targets/haiku-softpipe/.editorconfig [new file with mode: 0644]
src/gallium/winsys/freedreno/drm/.editorconfig [new file with mode: 0644]
src/gallium/winsys/nouveau/drm/.editorconfig [new file with mode: 0644]
src/gallium/winsys/radeon/drm/.editorconfig [new file with mode: 0644]
src/gallium/winsys/sw/hgl/.editorconfig [new file with mode: 0644]
src/getopt/.editorconfig [new file with mode: 0644]
src/gtest/.editorconfig [new file with mode: 0644]
src/hgl/.editorconfig [new file with mode: 0644]
src/mesa/drivers/dri/nouveau/.editorconfig [new file with mode: 0644]