projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbf3435
)
Fix .editorconfig to not break abc.
author
whitequark
<whitequark@whitequark.org>
Thu, 30 Apr 2020 02:22:37 +0000
(
02:22
+0000)
committer
whitequark
<whitequark@whitequark.org>
Thu, 30 Apr 2020 02:22:37 +0000
(
02:22
+0000)
.editorconfig
patch
|
blob
|
history
diff --git
a/.editorconfig
b/.editorconfig
index 4d6f5ef7abebc3add37b301903ec0b1d9069ae58..f5444d81a749b4181140d5b70bedc4914428e3d4 100644
(file)
--- 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