diff options
| author | 2023-12-05 11:45:33 +0100 | |
|---|---|---|
| committer | 2023-12-05 11:45:33 +0100 | |
| commit | bffc67d764221fa9c1ad3ad65702b3a157bb2d79 (patch) | |
| tree | 84650cf72a09fc2cc91b7e6127c7bf0859b512fa /vendor/github.com/gorilla/feeds/.editorconfig | |
| parent | [docs] Change configuration creation instructions (#2408) (diff) | |
| download | gotosocial-bffc67d764221fa9c1ad3ad65702b3a157bb2d79.tar.xz | |
[chore]: Bump github.com/gorilla/feeds from 1.1.1 to 1.1.2 (#2414)
Bumps [github.com/gorilla/feeds](https://github.com/gorilla/feeds) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/gorilla/feeds/releases)
- [Commits](https://github.com/gorilla/feeds/compare/v1.1.1...v1.1.2)
---
updated-dependencies:
- dependency-name: github.com/gorilla/feeds
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'vendor/github.com/gorilla/feeds/.editorconfig')
| -rw-r--r-- | vendor/github.com/gorilla/feeds/.editorconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vendor/github.com/gorilla/feeds/.editorconfig b/vendor/github.com/gorilla/feeds/.editorconfig new file mode 100644 index 000000000..2940ec92a --- /dev/null +++ b/vendor/github.com/gorilla/feeds/.editorconfig @@ -0,0 +1,20 @@ +; https://editorconfig.org/ + +root = true + +[*] +insert_final_newline = true +charset = utf-8 +trim_trailing_whitespace = true +indent_style = space +indent_size = 2 + +[{Makefile,go.mod,go.sum,*.go,.gitmodules}] +indent_style = tab +indent_size = 4 + +[*.md] +indent_size = 4 +trim_trailing_whitespace = false + +eclint_indent_style = unset |
