Skip to content
Snippets Groups Projects
Commit c785a0e9 authored by Bennett Goble's avatar Bennett Goble
Browse files

Add editorconfig

Provide a basic editorconfig file with this repository's defaults.
parent f886a438
No related branches found
No related tags found
No related merge requests found
root = true
[*]
charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[Makefile]
indent_style = tab
[*.{yml,yaml}]
indent_size = 2
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