Skip to content

Commit 7e9b3d8

Browse files
authored
Merge pull request #194 from rabbitmq/lukebakken/editorconfig
Sync-up editorconfig with RabbitMQ .NET client
2 parents 2d11ab9 + 0107758 commit 7e9b3d8

File tree

99 files changed

+258
-237
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+258
-237
lines changed

.editorconfig

Lines changed: 160 additions & 139 deletions
Large diffs are not rendered by default.

RabbitMQ.Stream.Client/AMQP/AmqpParseException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This source code is dual-licensed under the Apache License, version
22
// 2.0, and the Mozilla Public License, version 2.0.
3-
// Copyright (c) 2007-2020 VMware, Inc.
3+
// Copyright (c) 2007-2023 VMware, Inc.
44

55
using System;
66

RabbitMQ.Stream.Client/AMQP/AmqpWireFormattingRead.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This source code is dual-licensed under the Apache License, version
22
// 2.0, and the Mozilla Public License, version 2.0.
3-
// Copyright (c) 2007-2020 VMware, Inc.
3+
// Copyright (c) 2007-2023 VMware, Inc.
44

55
using System;
66
using System.Buffers;

RabbitMQ.Stream.Client/AMQP/AmqpWireFormattingWrite.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This source code is dual-licensed under the Apache License, version
22
// 2.0, and the Mozilla Public License, version 2.0.
3-
// Copyright (c) 2007-2020 VMware, Inc.
3+
// Copyright (c) 2007-2023 VMware, Inc.
44

55
using System;
66
using System.Buffers;

RabbitMQ.Stream.Client/AMQP/Annotations.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This source code is dual-licensed under the Apache License, version
22
// 2.0, and the Mozilla Public License, version 2.0.
3-
// Copyright (c) 2007-2020 VMware, Inc.
3+
// Copyright (c) 2007-2023 VMware, Inc.
44

55
namespace RabbitMQ.Stream.Client.AMQP
66
{

RabbitMQ.Stream.Client/AMQP/ApplicationProperties.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This source code is dual-licensed under the Apache License, version
22
// 2.0, and the Mozilla Public License, version 2.0.
3-
// Copyright (c) 2007-2020 VMware, Inc.
3+
// Copyright (c) 2007-2023 VMware, Inc.
44

55
namespace RabbitMQ.Stream.Client.AMQP
66
{

RabbitMQ.Stream.Client/AMQP/Data.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This source code is dual-licensed under the Apache License, version
22
// 2.0, and the Mozilla Public License, version 2.0.
3-
// Copyright (c) 2007-2020 VMware, Inc.
3+
// Copyright (c) 2007-2023 VMware, Inc.
44

55
using System;
66
using System.Buffers;

RabbitMQ.Stream.Client/AMQP/DescribedFormatCode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This source code is dual-licensed under the Apache License, version
22
// 2.0, and the Mozilla Public License, version 2.0.
3-
// Copyright (c) 2007-2020 VMware, Inc.
3+
// Copyright (c) 2007-2023 VMware, Inc.
44

55
using System;
66
using System.Buffers;

RabbitMQ.Stream.Client/AMQP/FormatCode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This source code is dual-licensed under the Apache License, version
22
// 2.0, and the Mozilla Public License, version 2.0.
3-
// Copyright (c) 2007-2020 VMware, Inc.
3+
// Copyright (c) 2007-2023 VMware, Inc.
44

55
namespace RabbitMQ.Stream.Client.AMQP
66
{

RabbitMQ.Stream.Client/AMQP/Header.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This source code is dual-licensed under the Apache License, version
22
// 2.0, and the Mozilla Public License, version 2.0.
3-
// Copyright (c) 2007-2020 VMware, Inc.
3+
// Copyright (c) 2007-2023 VMware, Inc.
44

55
using System.Buffers;
66

0 commit comments

Comments
 (0)