From 2d9633abc646ac74c51f575faedebff3edfbb2b8 Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Fri, 11 Feb 2022 13:48:35 -0500 Subject: [PATCH] Add generic MW editorconfig Change-Id: Iccdfd5af7cabbb08677c8c93a03f6838d5928584 --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9c379f8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +indent_style = tab +indent_size = tab +tab_width = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true