changeset 36:81d45b439e58

.editorconfig keeps messing up my yaml
author Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com>
date Thu, 17 Dec 2020 14:02:03 +0100 (2020-12-17)
parents 9a97a938adb2
children c436b5131196
files .editorconfig .github/workflows/runtests.yml
diffstat 2 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/.editorconfig
+++ b/.editorconfig
@@ -7,3 +7,7 @@ max_line_length = 120
 indent_style = tab
 tab_width = 4
 indent_size = tab
+
+[*.yml]
+indent_style = space
+indent_size = 2
--- a/.github/workflows/runtests.yml
+++ b/.github/workflows/runtests.yml
@@ -22,7 +22,7 @@ jobs:
           sudo apt-get update -qq
           sudo apt-get install -y monetdb5-server
 
-      - name: Run Unit-Tests
-        run: |
-            set -x -e
-            ./build.sh
+    - name: Run Unit-Tests
+      run: |
+          set -x -e
+          ./build.sh