From ea31840c398477e9797553add6519e8bec5cd574 Mon Sep 17 00:00:00 2001 From: Brandon Conway Date: Sun, 14 Mar 2021 21:45:40 -0700 Subject: [PATCH] Add .editorconfig --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..8529c8b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +# top-most EditorConfig file +root = true + +# Unix-style newlines with a newline ending every file +[*] +end_of_line = lf +indent_style = space +indent_size = 4 +insert_final_newline = true