Skip to content
Snippets Groups Projects
Commit 2b61141c authored by Daniel Schultz's avatar Daniel Schultz :tm:
Browse files

Add .editorconfig

Editorconfig is a standard that helps editors know what whitespace rules
to follow for a given project.

For more information, see:

https://editorconfig.org/

These rules were determined based on feedback from project maintainers.

There are some files that use different numbers of spaces, but these
files were imposed on the project externally.  We use 4 everywhere we
touch.

Issue #2716
parent df4029a5
No related branches found
No related tags found
No related merge requests found
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
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