summaryrefslogtreecommitdiff
path: root/docs/devinfo.html
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2016-06-29 11:49:25 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2016-11-21 15:07:59 +0000
commitf2d9c7b60c82e1cdcdf83c67091a2b214cbb5f34 (patch)
tree017c0acc97d1ca4b944359d38bb31de0694675f7 /docs/devinfo.html
parent4fbeac398a846caa2a5be5c2abe1966e97de8174 (diff)
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@collabora.com> Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'docs/devinfo.html')
-rw-r--r--docs/devinfo.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/devinfo.html b/docs/devinfo.html
index afd92fd4f40..c75fa8ebeca 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>