Files
oak-gpui/crates/languages/src
Kirill BulatovandUlysse Buonomo d3cb08bf35 Support .editorconfig (#19455)
Closes https://github.com/zed-industries/zed/issues/8534
Supersedes https://github.com/zed-industries/zed/pull/16349

Potential concerns:
* we do not follow up to the `/` when looking for `.editorconfig`, only
up to the worktree root.
Seems fine for most of the cases, and the rest should be solved
generically later, as the same issue exists for settings.json
* `fn language` in `AllLanguageSettings` is very hot, called very
frequently during rendering. We accumulate and parse all `.editorconfig`
file contents beforehand, but have to go over globs and match these
against the path given + merge the properties still.
This does not seem to be very bad, but needs more testing and
potentially some extra caching.


Release Notes:

- Added .editorconfig support

---------

Co-authored-by: Ulysse Buonomo <buonomo.ulysse@gmail.com>
2024-10-21 13:05:30 +03:00
..
2024-10-18 11:11:29 -04:00
2024-10-15 16:02:12 -04:00
2024-10-09 19:25:46 +02:00
2024-04-23 13:31:21 -04:00
2024-10-09 19:25:46 +02:00
2024-10-09 19:25:46 +02:00
2024-10-09 19:25:46 +02:00
2024-10-10 15:15:12 +03:00
2024-10-15 16:02:12 -04:00
2024-10-21 13:05:30 +03:00
2024-10-21 13:05:30 +03:00