aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorwhitequark <whitequark@whitequark.org>2020-04-30 02:22:37 +0000
committerwhitequark <whitequark@whitequark.org>2020-04-30 02:22:37 +0000
commitadeed6f7306b0be45c80419bca486ce198bcad68 (patch)
tree095da2581baf19dc2b0ffd7d4f5304d2367714a3 /.editorconfig
parentbbf343589ba2b4508afdfaed17dfd11c3252cf7f (diff)
downloadyosys-adeed6f7306b0be45c80419bca486ce198bcad68.tar.gz
yosys-adeed6f7306b0be45c80419bca486ce198bcad68.tar.bz2
yosys-adeed6f7306b0be45c80419bca486ce198bcad68.zip
Fix .editorconfig to not break abc.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig5
1 files changed, 5 insertions, 0 deletions
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