mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2025-12-06 07:12:01 +01:00
Add OmniSharp config (for code formatting)
This commit is contained in:
parent
a25ac7d4f4
commit
1cd98643bd
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…
Reference in a new issue