Merge pull request 'Fix Bug for Formatting' (#30) from bug_fixing into main
/ build_and_publish (release) Successful in 37s

Reviewed-on: #30
This commit was merged in pull request #30.
This commit is contained in:
2026-06-22 06:32:26 +00:00
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -17,3 +17,7 @@
## [2026.6.100]
- Fix several bugs
## [2026.6.200]
- Fix foramtting bug
+4
View File
@@ -98,8 +98,12 @@ class TclLanguageServer(server.LanguageServer):
FormatterOpts(
indent=indent,
spaces_in_braces=False,
balanced_spaces_in_braces=False,
max_blank_lines=500,
indent_namespace_eval=True,
indent_mixed_tab_size=0,
emacs=False,
debug_whitespace=False,
),
)