Document Go hard tabs in default settings (#41459)

Closes https://github.com/zed-industries/zed/issues/40876

This is already present in the code but missing from the default
settings, which is confusing.

Release Notes:

- N/A
This commit is contained in:
Justin Su
2025-10-29 09:44:26 -04:00
committed by GitHub
parent d44437d543
commit 01a1b9b2c1
+1
View File
@@ -1700,6 +1700,7 @@
"preferred_line_length": 72
},
"Go": {
"hard_tabs": true,
"code_actions_on_format": {
"source.organizeImports": true
},