From a1fa522310213dc0244f0755aec6ac30abd502b5 Mon Sep 17 00:00:00 2001 From: HannahSlaughterZacharski1988 <110498735+HannahSlaughterZacharski1988@users.noreply.github.com> Date: Sun, 18 Sep 2022 18:10:58 -0400 Subject: [PATCH] Create editorconfig.org root = true [*] indent_style = space indent_size = 2 charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true --- ...railing_whitespace = true insert_final_newline = true | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 # http:/editorconfig.org root = true [*] indent_style = space indent_size = 2 charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true diff --git a/# http:/editorconfig.org root = true [*] indent_style = space indent_size = 2 charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true b/# http:/editorconfig.org root = true [*] indent_style = space indent_size = 2 charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true new file mode 100644 index 0000000..848b061 --- /dev/null +++ b/# http:/editorconfig.org root = true [*] indent_style = space indent_size = 2 charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true @@ -0,0 +1,9 @@ +# http://editorconfig.org +root = true + +[*] +indent_style = space +indent_size = 2 +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true