X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=.editorconfig;h=ab41c95085895d0a07b8e98e6213d2c266aa2579;hb=77dd857d306f6b71eb93935ce1a01197156b5428;hp=d705825574975a65aaae11cd8fcd426d0fa3d295;hpb=5112e680015ed53f131d662109b03d7953c34b31;p=dpdk.git diff --git a/.editorconfig b/.editorconfig index d705825574..ab41c95085 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,11 +11,17 @@ 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 +indent_size = 4 +tab_width = 4 [*.rst] indent_style = space