mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
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:
parent
d003d479ff
commit
44777dc16d
2 changed files with 8 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue