ACE3/sqfc.json
PabstMirror 9873bf566c
Field Manual - Remove all use of +=, cleanup magwell capitlization (#9494)
* Field Manual - Cleanup toml

* Fix magwell capitilization

* asc - skip fnc_zeusAttributes as it's hardcoded to be blocked

* Eliminate all use of += in fieldmanual

* Update sqfc.json
2023-10-16 01:49:23 -05:00

20 lines
409 B
JSON

{
"inputDirs": [
"P:/z/ace/addons/"
],
"includePaths": [
"P:/"
],
"excludeList": [
"initsettings.sqf",
"initkeybinds.sqf",
"xeh_prep.sqf",
"\\dev\\",
"medical_ai\\statemachine.sqf",
"common\\functions\\fnc_dummy.sqf",
"zeus\\functions\\fnc_zeusAttributes.sqf"
],
"outputDir": "P:/",
"workerThreads": 12
}