diff options
author | sudoforge <no-reply@sudoforge.com> | 2024-07-18 21:06:24 -0700 |
---|---|---|
committer | sudoforge <9c001b67637a@sudoforge.com> | 2024-07-20 16:45:55 -0700 |
commit | be005f6a1b0b18d0ad74a6d13898de6be61dc491 (patch) | |
tree | 75133af49117f07b1f11731cf1d26ebc8601fd74 /.editorconfig | |
parent | 4089b1693983782fffaf373a1e70a8cbbefc5a96 (diff) | |
download | git-bug-be005f6a1b0b18d0ad74a6d13898de6be61dc491.tar.gz |
feat: add initial editorconfig configuration file
Change-Id: Id08dfd59a4f2eb56f358d71c898ba9915400cf51
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..66874fc8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +# Ref: https://editorconfig.org + +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true |