X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=.editorconfig;h=f5444d81a749b4181140d5b70bedc4914428e3d4;hb=2a76af9eb668c9ce7d59bfde7fe02d983be6ae29;hp=4d6f5ef7abebc3add37b301903ec0b1d9069ae58;hpb=1e1452c7ff22a8b7a2f948c080213e0a6bed7b82;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