https://bugs.kde.org/show_bug.cgi?id=505530
Waqar Ahmed <waqar....@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDSINFO |RESOLVED Resolution|FIXED |UPSTREAM --- Comment #5 from Waqar Ahmed <waqar....@gmail.com> --- I'd suggest you take this issue up with the "jq" team. Kate just invokes "jq" to do the formatting. On my end with the following jq version I dont see any deleted lines: jq --version jq-1.7.1 JQ lives here: https://github.com/jqlang/jq --- You can use "prettier" or "clang-format" for formatting json. Search for "Formatting" in the KDE help center to learn more about the plugin. A simple example of how you can modify the settings, put the following in "User Settings" tab: { "formatOnSave": true, "formatterForJson": "prettier", "jq": { "formatOnSave": false } } first line enables formatOnSave. second line changes the json formatter to prettier. third line disables "formatOnSave" just for jq -- You are receiving this mail because: You are watching all bug changes.