X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=.editorconfig;h=90ad8b43a9e24d1a96b1dbe5f2ee90483106f3b2;hp=a781a03ae7e655a0427c7f0e989dfa35a04a82fc;hb=568092148bf6ade68174fa1ccf34b8c37d9064e9;hpb=3ae121c94f0dfaeba5938de26931c49e29677d0a;ds=sidebyside diff --git a/.editorconfig b/.editorconfig index a781a03ae..90ad8b43a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,12 +16,15 @@ root = true [*] end_of_line = lf insert_final_newline = true +trim_trailing_whitespace = true +indent_style = space +tab_width = 8 [*.{c,h}{,-*}] -indent_style = space indent_size = 2 -tab_width = 8 -trim_trailing_whitespace = true + +[runtest] +indent_size = 2 # Tab indentation (no size specified) [Makefile]