From ea94ae31800fe834314e65a2cd164f529574089f Mon Sep 17 00:00:00 2001 From: angie Date: Wed, 11 Sep 2024 13:07:59 -0300 Subject: [PATCH] forgor this --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37fff3d..f64445e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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