mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-21 06:03:52 +00:00
Add OmniSharp config (for code formatting)
This commit is contained in:
parent
a25ac7d4f4
commit
1cd98643bd
1 changed files with 8 additions and 0 deletions
8
omnisharp.json
Normal file
8
omnisharp.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"FormattingOptions": {
|
||||
"newLine": "\r\n",
|
||||
"useTabs": false,
|
||||
"tabSize": 4,
|
||||
"indentationSize": 4
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue