diff --git a/omnisharp.json b/omnisharp.json new file mode 100644 index 0000000..fd2cf46 --- /dev/null +++ b/omnisharp.json @@ -0,0 +1,8 @@ +{ + "FormattingOptions": { + "newLine": "\r\n", + "useTabs": false, + "tabSize": 4, + "indentationSize": 4 + } +} \ No newline at end of file