commit 876220378a3b11fcc01a439f5fbc3953cbef752e parent 23328bd675e6037eb6beca495882b7f147b878ba Author: ashermorgan <59518073+ashermorgan@users.noreply.github.com> Date: Sun, 15 Aug 2021 18:29:10 -0700 Add .editorconfig Diffstat:
| A | .editorconfig | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/.editorconfig b/.editorconfig @@ -0,0 +1,11 @@ +# https://editorconfig.org + +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_style = space +indent_size = 2 +insert_final_newline = true +trim_trailing_whitespace = true