03ff455578
Add editorconfig with tuned configuration
12 lines
270 B
C#
12 lines
270 B
C#
// Copyright (c) Toni Solarin-Sodara
|
|
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
|
|
|
namespace Coverlet.Core.Enums
|
|
{
|
|
internal enum ThresholdStatistic
|
|
{
|
|
Minimum,
|
|
Average,
|
|
Total
|
|
}
|
|
} |