Fix asf.yaml indentation
diff --git a/.asf.yaml b/.asf.yaml
index ddc80a2..69cca73 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,22 +1,22 @@
 github:
-    description: "Wrapper for Kazlib's hash data structure"
-    labels:
-      - couchdb
-      - erlang
-      - kazlib
-      - nif
-    features:
-      issues: true
-    enabled_merge_buttons:
-      squash: true
-      rebase: true
-      merge: true
-    protected_branches:
-      main:
-        required_status_checks:
-          strict: true
+  description: "Wrapper for Kazlib's hash data structure"
+  labels:
+    - couchdb
+    - erlang
+    - kazlib
+    - nif
+  features:
+    issues: true
+  enabled_merge_buttons:
+    squash: true
+    rebase: true
+    merge: true
+  protected_branches:
+    main:
+      required_status_checks:
+        strict: true
   
   notifications:
-      commits: commits@couchdb.apache.org
-      issues: notifications@couchdb.apache.org
-      pullrequests: notifications@couchdb.apache.org
\ No newline at end of file
+    commits: commits@couchdb.apache.org
+    issues: notifications@couchdb.apache.org
+    pullrequests: notifications@couchdb.apache.org