utils: Add EditorConfig to manage editor whitespace (#376)

[EditorConfig](https://editorconfig.org) is a utility for various code editors which will automatically configure the editor to manage whitespace as desired.
This commit is contained in:
Rob Loach 2021-12-15 17:39:18 -05:00 committed by GitHub
parent 85c88b6269
commit 146676d376
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
# EditorConfig: https://EditorConfig.org
root = true
[*]
indent_style = space
charset = utf-8
end_of_line = lf
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[clib.json]
indent_size = 2