]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
.editorconfig: max_line_length=90 like clang-format
authorEmil Velikov <emil.l.velikov@gmail.com>
Sun, 8 Sep 2024 10:38:12 +0000 (11:38 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Mon, 9 Sep 2024 04:39:29 +0000 (23:39 -0500)
Ideally the config (and editors) will have hard and soft limit for the
line length. Until then, update the config so that clang-format does not
excessively reformat.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/118
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
.editorconfig

index cc1750853c2fcdd633658af1f1e755ddac763b0c..f4943a4655661414edd879b1e492eb037e8e8fde 100644 (file)
@@ -10,7 +10,7 @@ tab_width = 8
 
 [*.{c,h}]
 indent_style = tab
-max_line_length = 80
+max_line_length = 90
 
 [{Makefile*,*.mk}]
 indent_style = tab