From 6a6c0e8fc6a1b42f4cf88edd69d2485b58abd5e7 Mon Sep 17 00:00:00 2001 From: Marks Polakovs Date: Tue, 19 Apr 2022 08:55:32 +0100 Subject: [PATCH] Add editorconfig file --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..5d470f76 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true + +[*.{js,jsx,ts,tsx,json}] +indent_style = space +indent_size = 2