diff options
author | Ryan <me@hackerc.at> | 2021-12-16 06:11:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-16 06:11:56 +0100 |
commit | 4e0ba618d34a198fa30904b1bf8549010513a931 (patch) | |
tree | 8a5439cd01f36f70ca0ec530087cd4bcc90cf0f5 /.editorconfig | |
parent | ci(Mergify): configuration update (#924) (diff) | |
download | forgejo-act-4e0ba618d34a198fa30904b1bf8549010513a931.tar.xz forgejo-act-4e0ba618d34a198fa30904b1bf8549010513a931.zip |
fix: clarify --reuse and --rm flags (#929)
* fix: clarify --reuse and --rm flags
Signed-off-by: hackercat <me@hackerc.at>
* lint(editorconfig): ignore *.md due to mixed style
Signed-off-by: hackercat <me@hackerc.at>
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 4c95ea4..c60bde8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,7 +12,7 @@ indent_size = 4 indent_style = space indent_size = 2 -[Dockerfile] +[{Dockerfile,*.md}] indent_style = unset indent_size = unset |