xf86-video-ati: Branch 'master'

Michel Dänzer daenzer at kemper.freedesktop.org
Wed Jun 1 08:25:15 UTC 2016


 .editorconfig |   10 ++++++++++
 1 file changed, 10 insertions(+)

New commits:
commit aa07b365d7b0610411e118f105e49daff5f5a5cf
Author: Michel Dänzer <michel.daenzer at amd.com>
Date:   Tue May 31 18:16:26 2016 +0900

    Add .editorconfig file
    
    Basically a conversion from .dir-locals.el, but also correctly handles
    files which predominantly use tabs for indentation.
    
    Also, EditorConfig supports many more editors and IDEs.
    
    Acked-by: Alex Deucher <alexander.deucher at amd.com>

diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..2131011
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,10 @@
+root=true
+
+[*]
+indent_style=tab
+tab_width=8
+indent_size=4
+charset=utf-8
+
+[src/{drmmode_display.c,radeon_dri3.c,radeon_glamor.c,radeon_glamor.h,radeon_glamor_wrappers.c}]
+indent_size=8


More information about the xorg-commit mailing list