Warning, /utilities/kate/addons/format/FormatterSettings.json is written in an unsupported language. File is not indexed.
0001 { 0002 "formatOnSave": true, 0003 "formatterForJson": "jq", 0004 "clang-format": { 0005 "command": ["clang-format", "--fallback-style=Webkit"], 0006 "formatModifiedLinesOnly": true, 0007 "formatOnSave": true 0008 }, 0009 "dart": { 0010 "command": ["dart"] 0011 }, 0012 "jq": { 0013 "command": ["jq"] 0014 }, 0015 "prettier": { 0016 "command": ["node"] 0017 }, 0018 "rustfmt": { 0019 "command": ["rustfmt"] 0020 }, 0021 "xmllint": { 0022 "command": ["xmllint"] 0023 }, 0024 "gofmt": { 0025 "command": ["gofmt"] 0026 }, 0027 "zig": { 0028 "command": ["zig"] 0029 }, 0030 "cmake-format": { 0031 "command": ["cmake-format"] 0032 }, 0033 "autopep8": { 0034 "command": ["autopep8"] 0035 } 0036 }