yosys/.editorconfig

13 lines
194 B
INI
Raw Normal View History

root = true
[*]
indent_style = tab
indent_size = tab
trim_trailing_whitespace = true
insert_final_newline = true
2020-04-29 21:22:37 -05:00
[abc/**]
indent_style = space
indent_size = 2
trim_trailing_whitespace = false