ZIm/assets
Finn Evers 1add1d042d
Add option to disable auto indentation (#36259)
Closes https://github.com/zed-industries/zed/issues/11780

While auto indentation is generally nice to have, there are cases where
it is currently just not good enough for some languages (e.g. Haskell)
or users just straight up do not want their editor to auto indent for
them. Hence, this PR adds the possibilty to disable auto indentation for
either all language or on a per-language basis. Manual invocation via
the `editor: auto indent` action will continue to work.

Also takes a similar approach as
https://github.com/zed-industries/zed/pull/31569 to ensure performance
is fine for larger multicursor edits.

Release Notes:

- Added the possibility to configure auto indentation for all languages
and per language. Add `"auto_indent": false"` to your settings or
desired language to disable the feature.
2025-08-18 14:21:33 +02:00
..
badge Adjust Zed badge (#35294) 2025-07-29 15:09:31 -04:00
fonts Use IBM Plex Sans / Lilex (#36084) 2025-08-13 13:25:52 -06:00
icons ui: Reduce icons stroke width (#36361) 2025-08-17 13:25:05 -03:00
images onboarding: Add fast-follow adjustments (#35814) 2025-08-07 19:01:52 -03:00
keymaps Add [f/]f to follow the next collaborator (#36191) 2025-08-14 13:08:35 -06:00
prompts Include full abs paths of worktrees in system prompt (#32725) 2025-06-15 15:45:26 +02:00
settings Add option to disable auto indentation (#36259) 2025-08-18 14:21:33 +02:00
sounds agent: Add sound notification when done generating (#31472) 2025-05-26 21:20:41 -03:00
themes Make One Dark's ansi.*magenta colors more magenta-y (#35423) 2025-08-08 22:50:39 +00:00