From acee4a95acee6694232b3c6f5ac84eb9ae3e53c8 Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Wed, 28 Feb 2024 15:35:57 -0500 Subject: [PATCH] Add .editorconfig. --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..010f2a5 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# https://editorconfig.org + +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[*.{cjs,js,json,jsonld,mjs,yaml,yml}] +indent_style = space +indent_size = 2