diff options
-rw-r--r-- | docs/devinfo.html | 6 |
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> |