1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18// 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": "off", // Utterly broken "lsp": { "hls": { "initialization_options": { "haskell": { "formattingProvider": "fourmolu", "sessionLoading": "multipleComponents" } } } } }