diff options
author | zeripath <art27@cantab.net> | 2021-10-20 21:58:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-20 16:58:39 -0400 |
commit | c5a408df052c32ff2a1872cc65d2cac451769f35 (patch) | |
tree | e0506eb0de08cbdb41e2d09560a25598d9c0803c /vendor/github.com/microcosm-cc/bluemonday/.editorconfig | |
parent | 35b918f574464eeca89fcf0d5f3a07a58a4b5a38 (diff) | |
download | gitea-c5a408df052c32ff2a1872cc65d2cac451769f35.tar.gz gitea-c5a408df052c32ff2a1872cc65d2cac451769f35.zip |
Upgrade Bluemonday to v1.0.16 (#17372)
Upgrade Bluemonday to latest version
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: 6543 <6543@obermui.de>
Diffstat (limited to 'vendor/github.com/microcosm-cc/bluemonday/.editorconfig')
-rw-r--r-- | vendor/github.com/microcosm-cc/bluemonday/.editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/github.com/microcosm-cc/bluemonday/.editorconfig b/vendor/github.com/microcosm-cc/bluemonday/.editorconfig new file mode 100644 index 0000000000..006bc2fc77 --- /dev/null +++ b/vendor/github.com/microcosm-cc/bluemonday/.editorconfig @@ -0,0 +1,4 @@ +root = true + +[*] +end_of_line = lf |