Add revert permission for all registered users
diff --git a/project.config b/project.config
index 9f334f2..e387215 100644
--- a/project.config
+++ b/project.config
@@ -6,18 +6,12 @@
 	requireChangeId = true
 [submit]
 	mergeContent = true
-[capability]
-	administrateServer = group Administrators
-	streamEvents = group Event Streaming Users
-	emailReviewers = deny group Non-Interactive Users
-	accessDatabase = group Administrators
-	accessDatabase = group user/Brian O'Connor (bocon)
-	createGroup = group user/Carmelo Cascone (carmelo)
 [access "refs/*"]
 	read = deny group GitHub Replication
 	read = group Administrators
 	read = group Anonymous Users
 	read = group Registered Users
+	revert = group Registered Users
 [access "refs/heads/*"]
 	create = group Administrators
 	create = group Project Owners
@@ -64,7 +58,7 @@
 	copyMinScore = true
 	value = -2 Do not submit
 	value = -1 I would prefer that you didn't submit this
-	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
 	defaultValue = 0
@@ -73,15 +67,10 @@
 [label "Verified"]
         function = MaxWithBlock
         value = -1 Fails
-        value =  0 No score
+        value = 0 No score
         value = +1 Verified
 	defaultValue = 0
         copyAllScoresIfNoCodeChange = true
-[contributor-agreement "Individual"]
-       description = If you are going to be contributing code, please sign this CLA.
-       agreementUrl = static/cla.html
-       autoVerify = group ONF CLA Accepted
-       accepted = group ONF CLA Accepted
 [access "refs/for/refs/heads/*"]
 	push = group Administrators
 	push = group Registered Users
@@ -94,3 +83,15 @@
 	push = group Project Owners
 [access "refs/for/*"]
 	addPatchSet = group Registered Users
+[contributor-agreement "Individual"]
+	description = If you are going to be contributing code, please sign this CLA.
+	agreementUrl = static/cla.html
+	autoVerify = group ONF CLA Accepted
+	accepted = group ONF CLA Accepted
+[capability]
+	accessDatabase = group Administrators
+	accessDatabase = group user/Brian O'Connor (bocon)
+	administrateServer = group Administrators
+	createGroup = group user/Carmelo Cascone (carmelo)
+	emailReviewers = deny group Non-Interactive Users
+	streamEvents = group Event Streaming Users