diff --git a/.editorconfig b/.editorconfig index fcea200..004f7a1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,9 +7,9 @@ root = true #### Core EditorConfig Options #### # Indentation and spacing -indent_size = 4 +indent_size = 3 indent_style = tab -tab_width = 4 +tab_width = 3 # New line preferences end_of_line = crlf diff --git a/.gitignore b/.gitignore index c0c35c1..3decb40 100644 --- a/.gitignore +++ b/.gitignore @@ -425,5 +425,6 @@ FodyWeavers.xsd !/examples !/src !/tests +!/dependencies !/tools !/*.[Ss][Ll][Nn] \ No newline at end of file diff --git a/dependencies/.gitkeep b/dependencies/.gitkeep new file mode 100644 index 0000000..e69de29