Fix Tcl formatting bug by adjusting formatter options
This commit is contained in:
@@ -17,3 +17,7 @@
|
|||||||
## [2026.6.100]
|
## [2026.6.100]
|
||||||
|
|
||||||
- Fix several bugs
|
- Fix several bugs
|
||||||
|
|
||||||
|
## [2026.6.200]
|
||||||
|
|
||||||
|
- Fix foramtting bug
|
||||||
|
|||||||
@@ -98,8 +98,12 @@ class TclLanguageServer(server.LanguageServer):
|
|||||||
FormatterOpts(
|
FormatterOpts(
|
||||||
indent=indent,
|
indent=indent,
|
||||||
spaces_in_braces=False,
|
spaces_in_braces=False,
|
||||||
|
balanced_spaces_in_braces=False,
|
||||||
max_blank_lines=500,
|
max_blank_lines=500,
|
||||||
indent_namespace_eval=True,
|
indent_namespace_eval=True,
|
||||||
|
indent_mixed_tab_size=0,
|
||||||
|
emacs=False,
|
||||||
|
debug_whitespace=False,
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user