mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 20:02:09 +00:00
finish wiki
This commit is contained in:
parent
5d1f5f32d0
commit
830d000667
27 changed files with 822 additions and 543 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue