diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-09-06 17:03:11 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-09-07 06:12:53 +0300 |
commit | 97292b19140db32c6d85d63b70382e7bf60a55c4 (patch) | |
tree | 49439432f7fbc9c62826f03e6fd1b769fb716f28 /.editorconfig | |
parent | 1fb70793b237b9a3a00ff744739e512dd7755937 (diff) |
ci: Drop AppVeyor CI integration
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 4967e675f6..ae7e92d1c8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,7 +13,7 @@ trim_trailing_whitespace = true [*.{h,cpp,py,sh}] indent_size = 4 -# .cirrus.yml, .appveyor.yml, .fuzzbuzz.yml, etc. +# .cirrus.yml, .fuzzbuzz.yml, etc. [*.yml] indent_size = 2 |