Browse Source

Fix config

pull/341/head
Ionite 11 months ago
parent
commit
7ebec1c99d
No known key found for this signature in database
  1. 2
      .config/.csharpierrc.json
  2. 1
      .csharpierrc.yaml

2
.config/.csharpierrc.json

@ -1,4 +1,4 @@
{
"printWidth": 100,
"printWidth": 110,
"preprocessorSymbolSets": ["", "DEBUG", "DEBUG,CODE_STYLE"]
}

1
.csharpierrc.yaml

@ -0,0 +1 @@
printWidth: 110
Loading…
Cancel
Save