3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 01:24:10 +00:00

Fix .editorconfig to not break abc.

This commit is contained in:
whitequark 2020-04-30 02:22:37 +00:00
parent bbf343589b
commit adeed6f730

View file

@ -5,3 +5,8 @@ indent_style = tab
indent_size = tab indent_size = tab
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
[abc/**]
indent_style = space
indent_size = 2
trim_trailing_whitespace = false