Add revert permission for all registered users
diff --git a/project.config b/project.config
index 5a68829..01d6a56 100644
--- a/project.config
+++ b/project.config
@@ -1,23 +1,12 @@
 [project]
 	description = Access inherited by all other projects.
 
-[accounts]
-	sameGroupVisibility = deny group google/google-union:signcla
-[contributor-agreement "Google CLA"]
-	description = Google Contributor License Agreement
-	agreementUrl = static/cla.html
-	accepted = group google/google-union:signcla
-	accepted = group ldap/employees
-	accepted = group ldap/interns
-
 [receive]
 	requireContributorAgreement = true
 	requireSignedOffBy = false
 	requireChangeId = true
 [submit]
 	mergeContent = true
-[capability]
-	administrateServer = group mdb/opensource-outreach-eng-dev
 [access "refs/*"]
 	read = group Anonymous Users
 	read = group mdb/opensource-outreach-eng-dev
@@ -39,6 +28,7 @@
 	submit = group mdb/opensource-outreach-eng-dev
 	editTopicName = +force group Project Owners
 	editTopicName = +force group mdb/opensource-outreach-eng-dev
+	revert = group Registered Users
 [access "refs/meta/config"]
 	exclusiveGroupPermissions = read
 	read = group Project Owners
@@ -63,10 +53,20 @@
 	copyMinScore = 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
 	copyAllScoresOnTrivialRebase = true
 	copyAllScoresIfNoCodeChange = true
 [access "refs/for/*"]
 	addPatchSet = group Registered Users
+[accounts]
+	sameGroupVisibility = deny group google/google-union:signcla
+[contributor-agreement "Google CLA"]
+	description = Google Contributor License Agreement
+	agreementUrl = static/cla.html
+	accepted = group google/google-union:signcla
+	accepted = group ldap/employees
+	accepted = group ldap/interns
+[capability]
+	administrateServer = group mdb/opensource-outreach-eng-dev