Skip to content

Commit 3c72a36

Browse files
Fix styling
1 parent de7dd30 commit 3c72a36

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ cpp_new_line_before_catch = true
1414
cpp_new_line_before_else = true
1515

1616
# Xml files
17-
[*.xml]
17+
[*.{xml,props}]
1818
indent_size = 2

Directory.Build.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project>
22

3-
<ItemDefinitionGroup>
4-
<ClCompile>
5-
<LanguageStandard>stdcpp17</LanguageStandard>
6-
</ClCompile>
7-
</ItemDefinitionGroup>
3+
<ItemDefinitionGroup>
4+
<ClCompile>
5+
<LanguageStandard>stdcpp17</LanguageStandard>
6+
</ClCompile>
7+
</ItemDefinitionGroup>
88

99
</Project>

lib/Runtime/Language/JavascriptExceptionOperators.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//-------------------------------------------------------------------------------------------------------
22
// Copyright (C) Microsoft. All rights reserved.
3+
// Copyright (c) ChakraCore Project Contributors. All rights reserved.
34
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
45
//-------------------------------------------------------------------------------------------------------
56
#pragma once

0 commit comments

Comments
 (0)