EditorConfig

Checks: 5
Categories: Style
EditorConfig version 0.13.2
EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs. The Code Climate EditorConfig plugin will validate your project files with your .editorconfig
configuration.
Enable the Plugin
To enable EditorConfig analysis, add the following to your .codeclimate.yml
configuration file:
plugins:
editorconfig:
enabled: true
More information about the CLI is available in the README here: https://github.com/codeclimate/codeclimate
Configure the Plugin
You can customize the EditorConfig configuration file name, under the engine's config in your .codeclimate.yml
file:
plugins:
editorconfig:
enabled: true
channel: beta
config:
editorconfig: .editorconfig
Understand the Plugin
Consult the official EditorConfig documentation for more information about the EditorConfig tool.
Updated over 4 years ago