MIPS/.editorconfig
Paul Pan bc549d8bd4 1. tlb control signals
2. exccode rename
3. tlb datapath partial

Co-authored-by: cxy004 <cxy004@qq.com>
Co-authored-by: Hooo1941 <Hooo1941@users.noreply.github.com>
2021-08-11 12:58:02 +08:00

17 lines
262 B
INI

root = true
[src/**/*.{sv,svh}]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[Makefile]
indent_style = tab
[tools/**/*.txt]
charset = utf-8
indent_style = tab
indent_size = 8