Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinrobot committed Oct 17, 2020
1 parent 0671adf commit cb52bd8
Show file tree
Hide file tree
Showing 5 changed files with 166 additions and 497 deletions.
39 changes: 20 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,26 @@ If you don't like the defaults shortcuts, you can rebind `editor.action.formatDo

## Configuration

| Key | Default | Values |
|------------------------------------|-------------|--------------------------|
| `vhdl.formatter.replaceByAliases` | `false` | `true/false` |
| | | |
| `vhdl.formatter.align.mode` | `Local` | `Local/Global` |
| `vhdl.formatter.align.all` | `false` | `true/false` |
| `vhdl.formatter.align.port` | `false` | `true/false` |
| `vhdl.formatter.align.function` | `false` | `true/false` |
| `vhdl.formatter.align.procedure` | `false` | `true/false` |
| `vhdl.formatter.align.generic` | `false` | `true/false` |
| | | |
| `vhdl.formatter.case.keyword` | `UpperCase` | `UpperCase/LowerCase` |
| `vhdl.formatter.case.typename` | `UpperCase` | `UpperCase/LowerCase` |
| | | |
| `vhdl.formatter.newline.port` | `None` | `NewLine/NoNewLine/None` |
| `vhdl.formatter.newline.then` | `NewLine` | `NewLine/NoNewLine/None` |
| `vhdl.formatter.newline.semicolon` | `NewLine` | `NewLine/NoNewLine/None` |
| `vhdl.formatter.newline.else` | `NewLine` | `NewLine/NoNewLine/None` |
| `vhdl.formatter.newline.generic` | `None` | `NewLine/NoNewLine/None` |
| Key | Default | Values |
|--------------------------------------|-------------|--------------------------|
| `vhdl.formatter.insertFinalNewline` | `false` | `true/false` |
| `vhdl.formatter.replaceByAliases` | `false` | `true/false` |
| | | |
| `vhdl.formatter.align.mode` | `Local` | `Local/Global` |
| `vhdl.formatter.align.all` | `false` | `true/false` |
| `vhdl.formatter.align.port` | `false` | `true/false` |
| `vhdl.formatter.align.function` | `false` | `true/false` |
| `vhdl.formatter.align.procedure` | `false` | `true/false` |
| `vhdl.formatter.align.generic` | `false` | `true/false` |
| | | |
| `vhdl.formatter.case.keyword` | `UpperCase` | `UpperCase/LowerCase` |
| `vhdl.formatter.case.typename` | `UpperCase` | `UpperCase/LowerCase` |
| | | |
| `vhdl.formatter.newline.port` | `None` | `NewLine/NoNewLine/None` |
| `vhdl.formatter.newline.then` | `NewLine` | `NewLine/NoNewLine/None` |
| `vhdl.formatter.newline.semicolon` | `NewLine` | `NewLine/NoNewLine/None` |
| `vhdl.formatter.newline.else` | `NewLine` | `NewLine/NoNewLine/None` |
| `vhdl.formatter.newline.generic` | `None` | `NewLine/NoNewLine/None` |

## Credits

Expand Down
Loading

0 comments on commit cb52bd8

Please sign in to comment.