From 242cdb0d24f1a6d7ce9bc3dba9bdb29c0b56740b Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 13 Jan 2024 12:39:37 -0800 Subject: [PATCH] Add project editor settings --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..17ab113 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +# A newline ending every file +[*] +# end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = space +indent_size = 2 +max_line_length = 100