Add OmniSharp config (for code formatting)

This commit is contained in:
Kamil Trzciński 2022-11-22 09:34:01 +01:00
parent a25ac7d4f4
commit 1cd98643bd

8
omnisharp.json Normal file
View file

@ -0,0 +1,8 @@
{
"FormattingOptions": {
"newLine": "\r\n",
"useTabs": false,
"tabSize": 4,
"indentationSize": 4
}
}