summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorTim Oram <dev@mitmaro.ca>2020-02-19 21:28:07 -0330
committerTim Oram <dev@mitmaro.ca>2020-02-20 19:54:50 -0330
commitf2483a82e7934ebd1465f49e5891653780938c90 (patch)
treef63ee46a6c25e9bafdeadbfc5e9a23ccc729121f /.editorconfig
parent1da3703479c0abbefbafa81540712eba47065096 (diff)
Move publish and latest release to GitHub Actions
Move the release artifact publish and the latest release artifacts from TravisCI and Appveyor to GitHub actions.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig
index ad2c6d8..d2f4a74 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -4,11 +4,11 @@ root = true
indent_style = tab
end_of_line = lf
insert_final_newline = true
+indent_size = 4
[*.md]
indent_style = space
-indent_size = 4
[*.yml]
indent_style = space
-indent_size = 4
+