aboutsummaryrefslogtreecommitdiff
path: root/src/server
diff options
context:
space:
mode:
Diffstat (limited to 'src/server')
-rw-r--r--src/server/format.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/format.odin b/src/server/format.odin
index 4c51943..3cf8de6 100644
--- a/src/server/format.odin
+++ b/src/server/format.odin
@@ -21,6 +21,7 @@ get_complete_format :: proc(document: ^common.Document, config: ^common.Config)
style := printer.default_style
style.max_characters = config.formatter.characters
style.tabs = config.formatter.tabs
+ style.spaces = config.formatter.spaces
prnt := printer.make_printer(style, context.temp_allocator)