From: whitequark Date: Thu, 30 Apr 2020 02:22:37 +0000 (+0000) Subject: Fix .editorconfig to not break abc. X-Git-Tag: working-ls180~582^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=adeed6f7306b0be45c80419bca486ce198bcad68;p=yosys.git Fix .editorconfig to not break abc. --- 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