cmake-format - Visual Studio Marketplace
marketplace.visualstudio.com › itemsThe cmake-format extension for vscode provides a document format command for listfiles. The extension is quite limited in scope to just this one feature. I may grow it in the future to provide more language support features for cmake. Source for this extension is maintained with the source for cmake-format in github. Requirements
JSON editing in Visual Studio Code
https://code.visualstudio.com/Docs/languages/jsonEditing JSON with Visual Studio Code. JSON is a data format that is common in configuration files like package.json or project.json. We also use it extensively in Visual Studio Code for our configuration files. When opening a file that ends with .json, VS Code provides features to make it simpler to write or modify the file's content.
cmake-format - PyPI
https://pypi.org/project/cmake-format19.08.2020 · Configuration. cmake-format accepts configuration files in yaml, json, or python format. An example configuration file is given in the online documentation.Providing the structure of your custom commands will help cmake-format to break them up in a pleasant way, and will help cmake-lint detect improper usages of them.. An example short configuration file in python …