diff --git a/JamGame/.csharpierrc.json b/JamGame/.csharpierrc.json new file mode 100644 index 00000000..49980f3d --- /dev/null +++ b/JamGame/.csharpierrc.json @@ -0,0 +1,6 @@ +{ + "printWidth": 100, + "useTabs": false, + "tabWidth": 4, + "endOfLine": "crlf" +} \ No newline at end of file