MIPS/.editorconfig

26 lines
416 B
INI
Raw Normal View History

2021-06-18 15:43:51 +08:00
root = true
[**/*.{sv,svh}]
2021-06-18 15:43:51 +08:00
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[sim/Makefile]
2021-06-18 15:43:51 +08:00
indent_style = tab
[sim/**/*.{c,cpp,h,hpp}]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[tools/*.txt]
charset = utf-8
indent_style = tab
2021-08-13 20:40:53 +08:00
indent_size = 8