diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-04-09 14:01:51 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-04-09 14:02:08 -0600 |
| commit | a33d8138944b6f2097849adcd4c536ef8403df31 (patch) | |
| tree | 23978eba3fd8176b03b919aa87d6ce19923a8e20 /.editorconfig | |
| parent | c5c684b11d28215ab35b03d141bf45288b0124f2 (diff) | |
add more complete editorconfig to match other projects in the ecosystem [skip ci]
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index fb486edb..c6c8b362 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,9 @@ +root = true + [*] -# this matches the setting in .gitattributes +indent_style = space +indent_size = 2 end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true |
