From: Andres Gomez Date: Mon, 7 Jan 2019 13:49:00 +0000 (+0200) Subject: editorconfig: Add max_line_length property X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e2e03f84f9f1768ea250b8cf6d6f48ee8e7de96a;p=mesa.git editorconfig: Add max_line_length property 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 Cc: Eric Anholt Signed-off-by: Andres Gomez Reviewed-by: Dylan Baker Reviewed-by: Eric Engestrom --- 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