Merge branch 'editorconfig' into 'master'

Add .editorconfig file

See merge request glvnd/libglvnd!205
This commit is contained in:
Eric Engestrom 2019-12-04 17:33:53 +00:00
commit 12caca778a

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*]
indent_size = 4
indent_style = space
[{Makefile.am,*.mk}]
indent_size = 8
indent_style = tab