EditorConfig Code::Blocks Plugin
This is an EditorConfig plugin for Code::Blocks.
Installation
Install from Source
Before installation, you must have Code::Blocks installed.
Download the EditorConfig core and follow the instructions in the README and INSTALL files to compile and install it.
Download the EditorConfig plugin for Code::Blocks and extract it.
Use Code::Blocks to open the Code::Blocks project file:
editorconfig-codeblocks_unix.cbp. To do this, launch Code::Blocks, click menuFile->Open..., and selecteditorconfig-codeblocks_unix.cbpin the popped up file dialog.Click menu
Build->Buildto compile the plugin.Click menu
Plugins->Manage Plugins..., then click on theInstall newbutton. In the popped up file dialog, select the builtCBEditorConfig.cbpluginfile.
Supported properties
The EditorConfig Code::Blocks plugin supports the following EditorConfig properties:
- indent_style
- indent_size
- tab_width
- end_of_line
- root (only used by EditorConfig core)