aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwhitequark <whitequark@whitequark.org>2020-04-30 15:53:27 +0000
committerGitHub <noreply@github.com>2020-04-30 15:53:27 +0000
commit33c9c045614051defe79caa528892aa6448b2852 (patch)
tree991ba0da2ac0d7f69627eb56e2b0981936d55e32
parenta66200ed1d1741150092e89c94f5c25676e9e436 (diff)
parentadeed6f7306b0be45c80419bca486ce198bcad68 (diff)
downloadyosys-33c9c045614051defe79caa528892aa6448b2852.tar.gz
yosys-33c9c045614051defe79caa528892aa6448b2852.tar.bz2
yosys-33c9c045614051defe79caa528892aa6448b2852.zip
Merge pull request #2008 from whitequark/editorconfig-abc
Fix .editorconfig to not break abc
-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