X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=.editorconfig;h=f5444d81a749b4181140d5b70bedc4914428e3d4;hb=7812a2959b9b23b44e8144f9edb139f282d623e1;hp=4d6f5ef7abebc3add37b301903ec0b1d9069ae58;hpb=0d9c850a0713e3ff59a9ff2ab89e9fd47fd8aa08;p=yosys.git diff --git a/.editorconfig b/.editorconfig index 4d6f5ef7a..f5444d81a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,3 +5,8 @@ indent_style = tab indent_size = tab trim_trailing_whitespace = true insert_final_newline = true + +[abc/**] +indent_style = space +indent_size = 2 +trim_trailing_whitespace = false