0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-18 22:44:18 +01:00
gitea/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
2023-09-24 19:51:02 +00:00
..
api
common
install
private
utils
web
init.go