aboutsummaryrefslogtreecommitdiffstats
path: root/public/config.codekit
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-11-30 20:45:55 -0500
committerUnknwon <u@gogs.io>2015-11-30 20:45:55 -0500
commit830d00066785d131413d1de11ce301bf1f0b818a (patch)
treedd22bc4ecc89692146776d335d08c04722650f3f /public/config.codekit
parent5d1f5f32d069ee58a9eb89072231d92dc9ec5f74 (diff)
downloadgitea-830d00066785d131413d1de11ce301bf1f0b818a.tar.gz
gitea-830d00066785d131413d1de11ce301bf1f0b818a.zip
finish wiki
Diffstat (limited to 'public/config.codekit')
-rw-r--r--public/config.codekit14
1 files changed, 13 insertions, 1 deletions
diff --git a/public/config.codekit b/public/config.codekit
index b0e87905d3..aaf47017fb 100644
--- a/public/config.codekit
+++ b/public/config.codekit
@@ -1,6 +1,6 @@
{
"CodeKitInfo": "This is a CodeKit 2.x project configuration file. It is designed to sync project settings across multiple machines. MODIFYING THE CONTENTS OF THIS FILE IS A POOR LIFE DECISION. If you do so, you will likely cause CodeKit to crash. This file is not useful unless accompanied by the project that created it in CodeKit 2. This file is not backwards-compatible with CodeKit 1.x. For more information, see: http:\/\/incident57.com\/codekit",
-"creatorBuild": "19076",
+"creatorBuild": "19102",
"files": {
"\/css\/dropzone-4.2.0.css": {
"fileType": 16,
@@ -616,10 +616,18 @@
"active": 0,
"flagValue": -1
},
+ "no_nested_string_interpolation": {
+ "active": 1,
+ "flagValue": -1
+ },
"no_plusplus": {
"active": 0,
"flagValue": -1
},
+ "no_private_function_fat_arrows": {
+ "active": 1,
+ "flagValue": -1
+ },
"no_stand_alone_at": {
"active": 1,
"flagValue": -1
@@ -628,6 +636,10 @@
"active": 1,
"flagValue": -1
},
+ "no_this": {
+ "active": 0,
+ "flagValue": -1
+ },
"no_throwing_strings": {
"active": 1,
"flagValue": -1