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>
This commit is contained in:
Eric Engestrom 2016-08-30 21:02:18 +01:00 committed by Eric Anholt
parent 509e2dbc10
commit 3bd885d09c
28 changed files with 99 additions and 0 deletions

34
.editorconfig Normal file
View File

@ -0,0 +1,34 @@
# To use this config on you editor, follow the instructions at:
# http://editorconfig.org
root = true
[*]
charset = utf-8
insert_final_newline = true
[*.{c,h,cpp,hpp,cc,hh}]
indent_style = space
indent_size = 3
[{Makefile*,*.mk}]
indent_style = tab
[{*.py,SCons*}]
indent_style = space
indent_size = 4
[*.pl]
indent_style = space
indent_size = 4
[*.m4]
indent_style = space
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2
[*.patch]
trim_trailing_whitespace = false

3
bin/.editorconfig Normal file
View File

@ -0,0 +1,3 @@
[*.sh]
indent_style = space
indent_size = 2

View File

@ -0,0 +1,2 @@
[*.h]
indent_style = tab

View File

@ -0,0 +1,3 @@
[*.h]
indent_style = space
indent_size = 4

View File

@ -0,0 +1,3 @@
[*.h]
indent_style = space
indent_size = 4

View File

@ -0,0 +1,3 @@
[*.h]
indent_style = space
indent_size = 4

View File

@ -0,0 +1,2 @@
[*.cpp]
indent_style = tab

View File

@ -0,0 +1,2 @@
[*.{c,h}]
indent_style = tab

View File

@ -0,0 +1,2 @@
[*.{c,h}]
indent_style = tab

View File

@ -0,0 +1,3 @@
[*.{c,h}]
indent_style = space
indent_size = 4

View File

@ -0,0 +1,2 @@
[*.{c,h}]
indent_style = tab

View File

@ -0,0 +1,2 @@
[*.{c,h}]
indent_style = tab

View File

@ -0,0 +1,2 @@
[*.{c,h}]
indent_style = tab

View File

@ -0,0 +1,3 @@
[*.{c,h}]
indent_style = space
indent_size = 8

View File

@ -0,0 +1,2 @@
[*.{c,h}]
indent_style = tab

View File

@ -0,0 +1,2 @@
[*.{c,h,cpp,hpp}]
indent_style = tab

View File

@ -0,0 +1,3 @@
[*.{c,h}]
indent_style = space
indent_size = 4

View File

@ -0,0 +1,3 @@
[*.{c,h}]
indent_style = space
indent_size = 4

View File

@ -0,0 +1,3 @@
[*.{c,h}]
indent_style = space
indent_size = 4

View File

@ -0,0 +1,2 @@
[*.{c,h,cpp,hpp}]
indent_style = tab

View File

@ -0,0 +1,2 @@
[*.{c,h}]
indent_style = tab

View File

@ -0,0 +1,2 @@
[*.{c,h}]
indent_style = tab

View File

@ -0,0 +1,3 @@
[*.{c,h}]
indent_style = space
indent_size = 4

View File

@ -0,0 +1,2 @@
[*.{c,h}]
indent_style = tab

2
src/getopt/.editorconfig Normal file
View File

@ -0,0 +1,2 @@
[*.{c,h}]
indent_style = tab

3
src/gtest/.editorconfig Normal file
View File

@ -0,0 +1,3 @@
[*.{cc,h}]
indent_style = space
indent_size = 2

2
src/hgl/.editorconfig Normal file
View File

@ -0,0 +1,2 @@
[*.{cpp,h}]
indent_style = tab

View File

@ -0,0 +1,2 @@
[*.{c,h}]
indent_style = tab