diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..6d4b8c237 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,2 @@ +[*] +end_of_line = crlf \ No newline at end of file diff --git a/.vsconfig b/.vsconfig new file mode 100644 index 000000000..f019fd0ad --- /dev/null +++ b/.vsconfig @@ -0,0 +1,6 @@ +{ + "version": "1.0", + "components": [ + "Microsoft.VisualStudio.Workload.ManagedGame" + ] +}