X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=.editorconfig;h=ab41c95085895d0a07b8e98e6213d2c266aa2579;hb=938d4e796a2217fa25e9dd2e7d897452c2e909ad;hp=5101630c8c809f77009ebaf97da64524c426c3d8;hpb=f2cdd95f2d3f09ed84d33ba62d275e590b10fd67;p=dpdk.git diff --git a/.editorconfig b/.editorconfig index 5101630c8c..ab41c95085 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,11 +11,12 @@ trim_trailing_whitespace = true charset = utf-8 indent_style = tab tab_width = 8 -max_line_length = 80 +max_line_length = 100 [*.py] indent_style = space indent_size = 4 +max_line_length = 79 [meson.build] indent_style = space