Update config.codekit3

This commit is contained in:
Tetrakern 2025-09-07 12:54:56 +02:00
parent 4426da5a1b
commit 6cc5ee9d9d

View file

@ -7,7 +7,7 @@
"uuidString" : "DB120F8A-61FE-4E84-A9E8-F4DDEDA93CC5"
}
],
"creatorBuild" : "34704",
"creatorBuild" : "34892",
"files" : {
"\/.gitattributes" : {
"cB" : 0,
@ -1176,6 +1176,9 @@
"active" : 0,
"optionString" : "{'skipBlankLines': false, 'ignoreComments': false}"
},
"no-unassigned-vars" : {
"active" : 0
},
"no-undef" : {
"active" : 0,
"optionString" : "{'typeof': false}"
@ -1256,7 +1259,8 @@
"active" : 0
},
"no-useless-escape" : {
"active" : 1
"active" : 1,
"optionString" : "{'allowRegexCharacters': []}"
},
"no-useless-rename" : {
"active" : 0,