From dc19c429b70841ad0edfb2913fc3b07eb6461915 Mon Sep 17 00:00:00 2001 From: dperolio Date: Tue, 15 Mar 2022 23:50:35 -0400 Subject: [PATCH] add some editorconfig stuff --- .editorconfig | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 584a0d4c..c5a0191f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,15 +1,22 @@ # EditorConfig is awesome: http://EditorConfig.org -# # All EditorConfig properties: # https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties - # Top-most EditorConfig file root = true -# We use the same settings everywhere [*] +indent_style = space +indent_size = 2 +end_of_line = lf charset = utf-8 +trim_trailing_whitespace = true insert_final_newline = true + +[{*.yml}] +indent_style = space +indent_size = 2 + +[{*.json}] indent_style = space -indent_size = 2 \ No newline at end of file +indent_size = 2