diff_project_config
Identify meaningful differences between two Godot config files, such as project.godot or .cfg, by ignoring whitespace and comments.
Instructions
Compare two config files (project.godot, .cfg, .import) ignoring whitespace and comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path_a | Yes | First config file path (project.godot, .cfg, .import, etc.) | |
| path_b | Yes | Second config file path |