Copy verible-format configuration from OpenTitan

This configuration is the closest we can get to our style guide right
now, so let's go with that.
This commit is contained in:
Philipp Wagner 2021-07-22 10:56:02 +01:00 committed by Philipp Wagner
parent d003d479ff
commit 44777dc16d
2 changed files with 8 additions and 1 deletions

View file

@ -159,4 +159,7 @@ targets:
veribleformat:
verible_format_args:
- "--inplace"
- "--formal_parameters_indentation=indent"
- "--named_parameter_indentation=indent"
- "--named_port_indentation=indent"
- "--port_declarations_indentation=indent"

View file

@ -148,3 +148,7 @@ targets:
veribleformat:
verible_format_args:
- "--inplace"
- "--formal_parameters_indentation=indent"
- "--named_parameter_indentation=indent"
- "--named_port_indentation=indent"
- "--port_declarations_indentation=indent"