1
0
mirror of synced 2026-01-12 00:42:47 +00:00
YosysHQ.yosys/.editorconfig
2025-10-03 11:54:44 +03:00

21 lines
286 B
INI

root = true
[*]
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
[*.rst]
indent_style = space
indent_size = 3
[*.yml]
indent_style = space
indent_size = 2