Skip to content

Commit

Permalink
forgor this
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Sep 11, 2024
1 parent 7466eb1 commit ea94ae3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- May be desirable to be used with IDEs that support collapsing code by
looking at the whitespace of each line.
- This can be controlled by setting the `GlobalConfig.ASM_INDENTATION` option.
- Defaults to 4.
- Add a way to indentate labels within functions.
- May be desirable to be used with IDEs that support collapsing code by
looking at the whitespace of each line.
- This can be controlled by setting the `GlobalConfig.ASM_INDENTATION_LABELS`
option.
- Defaults to 2.

### Changed

- Assembly now gets indentated by default to 4 spaces (or 2 spaces for labels).
- Use `GlobalConfig.ASM_INDENTATION` and `GlobalConfig.ASM_INDENTATION_LABELS`
to disable this behavior.

## [1.30.0] - 2024-09-10

Expand Down

0 comments on commit ea94ae3

Please sign in to comment.