From 8f7d36cec911b17703bbd1059fd7d246c6696a6b Mon Sep 17 00:00:00 2001 From: "Michael G. Schwern" Date: Wed, 13 Dec 2023 17:06:49 -0800 Subject: [PATCH] style: Add an editorconfig. --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..5d47c21 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true