Mesa (master): docs: mention that coding style can differ between drivers

Emil Velikov evelikov at kemper.freedesktop.org
Mon Nov 21 15:08:56 UTC 2016


Module: Mesa
Branch: master
Commit: f2d9c7b60c82e1cdcdf83c67091a2b214cbb5f34
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f2d9c7b60c82e1cdcdf83c67091a2b214cbb5f34

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Wed Jun 29 11:49:25 2016 +0100

docs: mention that coding style can differ between drivers

... and point people to use/honour the EditorConfig/Emacs files, where
applicable.

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
Reviewed-by: Brian Paul <brianp at vmware.com>

---

 docs/devinfo.html | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/devinfo.html b/docs/devinfo.html
index afd92fd..c75fa8e 100644
--- a/docs/devinfo.html
+++ b/docs/devinfo.html
@@ -30,6 +30,12 @@
 <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>




More information about the mesa-commit mailing list