Browse Source

Add .csharpierrc.json

Raise default print width
pull/109/head
Ionite 1 year ago committed by GitHub
parent
commit
90c52c82fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .config/.csharpierrc.json

4
.config/.csharpierrc.json

@ -0,0 +1,4 @@
{
"printWidth": 120,
"preprocessorSymbolSets": ["", "DEBUG", "DEBUG,CODE_STYLE"]
}
Loading…
Cancel
Save