Skip to content
Snippets Groups Projects
Commit b4657303 authored by Kevin Locke's avatar Kevin Locke
Browse files

Add .editorconfig shared editor configuration

[EditorConfig] is a format for specifying configuration information,
such as indentation, supported by many common editors and IDEs.  A
benefit is encouraging consistency across editors from a single shared
configuration file, rather than editor-specific modelines in each file
or requiring each developer to configure their own project-specific
settings.

This commit adds an .editorconfig file with settings that match the
most common current indent styles.  It is not intended to proscribe any
changes to current style, but to encourage consistency going forward.

[EditorConfig]: https://editorconfig.org



Signed-off-by: Kevin Locke's avatarKevin Locke <kevin@kevinlocke.name>
parent 80b3c13e
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment