Add revert permission for all registered users
diff --git a/project.config b/project.config
index 97c1ab0..bb3aaba 100644
--- a/project.config
+++ b/project.config
@@ -9,16 +9,12 @@
 [submit]
 	mergeContent = true
 	action = rebase if necessary
-[capability]
-	administrateServer = group Administrators
-	priority = batch group Non-Interactive Users
-	streamEvents = group Non-Interactive Users
-	accessDatabase = group Administrators
 [access "refs/*"]
 	read = group Administrators
 	read = group Anonymous Users
 	read = group Non-Interactive Users
 	push = group Administrators
+	revert = group Registered Users
 [access "refs/for/refs/*"]
 	push = group Registered Users
 	pushMerge = group Registered Users
@@ -86,18 +82,16 @@
 	copyAllScoresOnTrivialRebase = true
 	value = -2 This shall not be merged
 	value = -1 I would prefer this is not merged as is
-	value =  0 No score
+	value = 0 No score
 	value = +1 Looks good to me, but someone else must approve
 	value = +2 Looks good to me, approved
 [label "Verified"]
 	function = MaxWithBlock
 	value = -1 Fails
-	value =  0 No score
+	value = 0 No score
 	value = +1 Verified
 	copyAllScoresIfNoCodeChange = true
 	defaultValue = 0
-[notify "team"]
-	email = gerrit-log@lists.osmocom.org
 [access "refs/users/*"]
 	push = +force group Administrators
 	push = +force group Project Owners
@@ -116,3 +110,10 @@
 	push = group Project Owners
 [access "refs/for/*"]
 	addPatchSet = group Registered Users
+[capability]
+	accessDatabase = group Administrators
+	administrateServer = group Administrators
+	priority = batch group Non-Interactive Users
+	streamEvents = group Non-Interactive Users
+[notify "team"]
+	email = gerrit-log@lists.osmocom.org