From 65f671333d320554a4804b9a2024db797f9498a3 Mon Sep 17 00:00:00 2001 From: Yehuda Katz Date: Sat, 11 May 2019 00:03:11 -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 0000000000..d280e66381 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +charset = utf-8 +trim_trailing_whitespace = false +insert_final_newline = false +end_of_line = lf \ No newline at end of file