From 99ed83022ed55b5bb6ea18a283d75c1f2d6b157f Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Wed, 12 Aug 2020 20:47:52 -0500 Subject: [PATCH] misc: added EOL config to .editorconfig --- .editorconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 6583457..c8fbb7e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,2 +1,4 @@ [start-*] -indent_size = 2 \ No newline at end of file +indent_size = 2 +indent_style = space +end_of_line = lf