From 993018fbf7e2a8b93d8b39ae077ae72db9ccf59e Mon Sep 17 00:00:00 2001 From: Rob Brackett Date: Mon, 30 Apr 2018 12:32:12 -0700 Subject: [PATCH] chore: Add .editorconfig file (#1332) License: MIT Signed-off-by: Rob Brackett --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..5b0b98bbc3 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +[*] +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true +insert_final_newline = true +end_of_line = lf