You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/routers
silverwind 3a187eace5
Fix EOL handling in web editor (#27141)
Fixes https://github.com/go-gitea/gitea/issues/27136.

This does the following for Monaco's EOL setting:

1. Use editorconfig setting if present
2. Use the file's dominant line ending as detected by monaco, which uses
LF for empty file
9 months ago
..
api Updates to the API for archived repos (#27149) 9 months ago
common Extract auth middleware from service (#27028) 10 months ago
install Reduce usage of `db.DefaultContext` (#27073) 10 months ago
private Reduce usage of `db.DefaultContext` (#27073) 10 months ago
utils Implement FSFE REUSE for golang files (#21840) 2 years ago
web Fix EOL handling in web editor (#27141) 9 months ago
init.go Next round of `db.DefaultContext` refactor (#27089) 10 months ago