aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorVitaly Chikunov <vt@altlinux.org>2021-12-02 03:38:27 +0300
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>2021-12-11 19:45:14 +0300
commitea9884745777b84bc59bc211e5ac2b65d7aa254a (patch)
tree94d8afed029516f8212d1cb4b4e9e3d210cc92de /.editorconfig
parentd74c05b73cc98e9ce66e57d86ae03c023d2b3c53 (diff)
downloadgost-engine-ea9884745777b84bc59bc211e5ac2b65d7aa254a.zip
gost-engine-ea9884745777b84bc59bc211e5ac2b65d7aa254a.tar.gz
gost-engine-ea9884745777b84bc59bc211e5ac2b65d7aa254a.tar.bz2
CI: Build and test on Windows (MSVC)
Uses actions/cache to speed up engine rebuilds. Signed-off-by: Vitaly Chikunov <vt@altlinux.org>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 22d449b..cde16c3 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -15,6 +15,10 @@ indent_style = space
indent_size = 2
indent_style = space
+[*.yml]
+indent_size = 4
+indent_style = space
+
[COMMIT_EDITMSG]
indent_size = 2
indent_style = space