mirror of
https://github.com/nsnail/NSCodeAnalysis.git
synced 2025-04-12 22:42:51 +08:00
9 lines
286 B
JSON
9 lines
286 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
|
|
"settings": {
|
|
"indentation": {
|
|
"useTabs": false,
|
|
"indentationSize": 4
|
|
}
|
|
}
|
|
} |