Merge pull request #6534 from mitchcapper/basic_editorconfig_addition_pr

Basic editor config to avoid some whitespace issues
pull/6535/head
David Garske 2023-06-23 11:49:27 -07:00 committed by GitHub
commit 033f56bfe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

10
.editorconfig 100644
View File

@ -0,0 +1,10 @@
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true