mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-16 18:24:48 -04:00
9 lines
290 B
JSON
9 lines
290 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
|
|
"settings": {
|
|
"layoutRules": {
|
|
"newlineAtEndOfFile": "require",
|
|
"allowDoWhileOnClosingBrace": true
|
|
}
|
|
}
|
|
}
|