summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorAndres Gomez <agomez@igalia.com>2019-01-07 15:49:00 +0200
committerAndres Gomez <agomez@igalia.com>2019-01-10 15:50:34 +0200
commite2e03f84f9f1768ea250b8cf6d6f48ee8e7de96a (patch)
tree01b55a0a8dc953fdbedb4efc3fd3dbf01c47fb0e /.editorconfig
parent864cc419eb0a418827620afd42879698cb149088 (diff)
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 <eric@engestrom.ch> Cc: Eric Anholt <eric@anholt.net> Signed-off-by: Andres Gomez <agomez@igalia.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig1
1 files changed, 1 insertions, 0 deletions
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