X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=.editorconfig;h=5101630c8c809f77009ebaf97da64524c426c3d8;hb=refs%2Fheads%2Fkvargs-20210924;hp=d705825574975a65aaae11cd8fcd426d0fa3d295;hpb=5112e680015ed53f131d662109b03d7953c34b31;p=dpdk.git diff --git a/.editorconfig b/.editorconfig index d705825574..5101630c8c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,6 +17,11 @@ max_line_length = 80 indent_style = space indent_size = 4 +[meson.build] +indent_style = space +indent_size = 4 +tab_width = 4 + [*.rst] indent_style = space indent_size = 3