mirror of
https://github.com/nsnail/dot.git
synced 2025-06-17 04:53:21 +08:00
10 lines
264 B
JSON
10 lines
264 B
JSON
{
|
|
"$schema":
|
|
"https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
|
|
"settings": {
|
|
"indentation": {
|
|
"useTabs": false,
|
|
"indentationSize": 4
|
|
}
|
|
}
|
|
} |