From 212bc1d0f135bd860568c74a207b3485b454b711 Mon Sep 17 00:00:00 2001 From: Brendan Hagan Date: Mon, 20 Jun 2022 00:15:33 -0400 Subject: [PATCH] misc: add editorconfig --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..1de571fe --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true + +[*.cpp] +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true \ No newline at end of file