Skip to content
Snippets Groups Projects
Unverified Commit 0b4f0e6d authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Chore: Using .editorconfig to enforce consistent styles.

parent a6719200
No related branches found
No related tags found
No related merge requests found
# top-most EditorConfig file
root = true
[*]
#unix style line ending
end_of_line = lf
#newline at end of file
insert_final_newline = true
#charset UTF-8
charset = utf-8
#indent using spaces
indent_style = space
#4 spaces per indent
indent_size = 4
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