This commit is contained in:
2025-10-05 22:04:31 +01:00
parent b5e58b279a
commit 261f7d4f5a
3 changed files with 418 additions and 1 deletions

View File

@@ -3,5 +3,6 @@
// For a full list of overridable settings, and general information on folder-specific settings,
// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
{
"soft_wrap": "editor_width"
"soft_wrap": "editor_width",
"format_on_save": "on"
}