astyle-formatThis extension facilitates the use of Artistic Style (Astyle) within VSC to format code. AstyleAstyle can be found at http://astyle.sourceforge.net/. UseSelect 'Astyle Format Document' from the Command Palette or use the default provided keybinding CTRL+ALT+L. ConfigurationThis extension contributes the following settings:
NoteThis extension is a minimal implementation that places the majority of configuration on the user. The two following existing repositories may or may not be more suitable depending on intended application: https://github.com/astyle-format/vscode-format https://github.com/welkineins/vscode-astyle |