mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 11:52:10 +00:00
Merge branch 'master' into feature/goimports
This commit is contained in:
commit
f36544f98d
5 changed files with 8 additions and 27 deletions
|
@ -8,7 +8,7 @@ import (
|
|||
git "github.com/gogits/git-module"
|
||||
)
|
||||
|
||||
func setEditorconfigIfExists(ctx *context.Context) {
|
||||
func SetEditorconfigIfExists(ctx *context.Context) {
|
||||
ec, err := ctx.Repo.GetEditorconfig()
|
||||
|
||||
if err != nil && !git.IsErrNotExist(err) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue