OSDN Git Service

docs: mention that coding style can differ between drivers
authorEmil Velikov <emil.velikov@collabora.com>
Wed, 29 Jun 2016 10:49:25 +0000 (11:49 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 21 Nov 2016 15:07:59 +0000 (15:07 +0000)
... and point people to use/honour the EditorConfig/Emacs files, where
applicable.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
docs/devinfo.html

index afd92fd..c75fa8e 100644 (file)
 <p>
 Mesa is over 20 years old and the coding style has evolved over time.
 Some old parts use a style that's a bit out of date.
+
+Different sections of mesa can use different coding style as set in the local
+EditorConfig (.editorconfig) and/or Emacs (.dir-locals.el) file.
+
+Alternatively the following is applicable.
+
 If the guidelines below don't cover something, try following the format of
 existing, neighboring code.
 </p>