Add .editorconfig file.
[yosys.git] / .editorconfig
1 root = true
2
3 [*]
4 indent_style = tab
5 indent_size = tab
6 trim_trailing_whitespace = true
7 insert_final_newline = true