MIPS/.editorconfig
Paul Pan a7793c6741 Another big update
1. refactor func test
2. fix CACHE inst
3. CP0 add Context Register
4. fix AXIWriter order
2022-08-01 22:01:24 +08:00

31 lines
491 B
INI

root = true
[**/*.{sv,svh}]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[sim/Makefile]
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
[sim/logs/annotated/*]
charset = utf-8
indent_style = tab
indent_size = 8
[tools/*.txt]
charset = utf-8
indent_style = tab
indent_size = 8