From e296b517e7c31361fdaac9fe64dd770467eaa28c Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 15 Aug 2022 10:54:14 -0400 Subject: [PATCH] Update .clang-format, add .editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..385e931 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +insert_final_newline = true +indent_style = space +indent_size = 4 +tab_width = 4 +max_line_length = 120 \ No newline at end of file