[Mesa-dev] [PATCH] editorconfig: Add max_line_length property
Andres Gomez
agomez at igalia.com
Mon Jan 7 13:49:00 UTC 2019
The property is supported by the most of the editors, but not all:
https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#max_line_length
Cc: Eric Engestrom <eric at engestrom.ch>
Cc: Eric Anholt <eric at anholt.net>
Signed-off-by: Andres Gomez <agomez at igalia.com>
---
.editorconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/.editorconfig b/.editorconfig
index 06848f68c08..c2b772da6c1 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -11,6 +11,7 @@ tab_width = 8
[*.{c,h,cpp,hpp,cc,hh}]
indent_style = space
indent_size = 3
+max_line_length = 78
[{Makefile*,*.mk}]
indent_style = tab
--
2.18.0
More information about the mesa-dev
mailing list