summaryrefslogtreecommitdiff
path: root/vendor/github.com/sagikazarmark/slog-shim/.editorconfig
diff options
context:
space:
mode:
authorLibravatar kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com>2025-03-26 11:44:24 +0000
committerLibravatar GitHub <noreply@github.com>2025-03-26 11:44:24 +0000
commitf46e490c304d7cdc366542b2db98782be33271bf (patch)
tree70a6f3d79a8a8eca49adea8bc9cc302ef58a4d2b /vendor/github.com/sagikazarmark/slog-shim/.editorconfig
parentfeat: Relax URL matching (#3925) (diff)
downloadgotosocial-f46e490c304d7cdc366542b2db98782be33271bf.tar.xz
[chore] bumps our spf13/viper version (#3943)
* bumps our spf13/viper version * fixes the one breaking change
Diffstat (limited to 'vendor/github.com/sagikazarmark/slog-shim/.editorconfig')
-rw-r--r--vendor/github.com/sagikazarmark/slog-shim/.editorconfig18
1 files changed, 0 insertions, 18 deletions
diff --git a/vendor/github.com/sagikazarmark/slog-shim/.editorconfig b/vendor/github.com/sagikazarmark/slog-shim/.editorconfig
deleted file mode 100644
index 1fb0e1bec..000000000
--- a/vendor/github.com/sagikazarmark/slog-shim/.editorconfig
+++ /dev/null
@@ -1,18 +0,0 @@
-root = true
-
-[*]
-charset = utf-8
-end_of_line = lf
-indent_size = 4
-indent_style = space
-insert_final_newline = true
-trim_trailing_whitespace = true
-
-[*.nix]
-indent_size = 2
-
-[{Makefile,*.mk}]
-indent_style = tab
-
-[Taskfile.yaml]
-indent_size = 2