Merge pull request #6534 from mitchcapper/basic_editorconfig_addition_pr

Basic editor config to avoid some whitespace issues
This commit is contained in:
David Garske
2023-06-23 11:49:27 -07:00
committed by GitHub

10
.editorconfig Normal file
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