about summary refs log tree commit diff
path: root/.zed/settings.json
blob: 09cfd7b94dcc2b5695544d7d1cb45b4b65d60170 (plain) (blame)
1
2
3
4
5
6
7
8
// Folder-specific settings
//
// 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
{
  "format_on_save": "on",
  "languages": { "Rust": { "format_on_save": "language_server" } }
}