Skip to content

Commit 288e42e

Browse files
committed
Set no BOM in editorconfig and update resharper config
1 parent 1ebdf05 commit 288e42e

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ trim_trailing_whitespace=true
55
insert_final_newline=true
66

77
[*]
8+
charset = utf-8
89
indent_style = tab
910
indent_size = 4
1011

Elasticsearch.sln.DotSettings

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,25 @@
1414
<inspection_tool class="UnnecessaryReturnJS" enabled="false" level="WARNING" enabled_by_default="false" />
1515
<inspection_tool class="WrongPropertyKeyValueDelimiter" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
1616
&amp;lt;/profile&amp;gt;&lt;/IDEA_SETTINGS&gt;&lt;VBReformatCode&gt;True&lt;/VBReformatCode&gt;&lt;HtmlReformatCode&gt;True&lt;/HtmlReformatCode&gt;&lt;CSUpdateFileHeader&gt;True&lt;/CSUpdateFileHeader&gt;&lt;CSReorderTypeMembers&gt;True&lt;/CSReorderTypeMembers&gt;&lt;CSReformatCode&gt;True&lt;/CSReformatCode&gt;&lt;/Profile&gt;</s:String>
17-
<s:String x:Key="/Default/CodeStyle/FileHeader/FileHeaderText/@EntryValue">Licensed to Elasticsearch B.V under one or more agreements.
18-
Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
19-
See the LICENSE file in the project root for more information</s:String>
17+
<s:String x:Key="/Default/CodeStyle/FileHeader/FileHeaderText/@EntryValue">/*&#xD;
18+
* Licensed to Elasticsearch B.V. under one or more contributor&#xD;
19+
* license agreements. See the NOTICE file distributed with&#xD;
20+
* this work for additional information regarding copyright&#xD;
21+
* ownership. Elasticsearch B.V. licenses this file to you under&#xD;
22+
* the Apache License, Version 2.0 (the "License"); you may&#xD;
23+
* not use this file except in compliance with the License.&#xD;
24+
* You may obtain a copy of the License at&#xD;
25+
*&#xD;
26+
* http://www.apache.org/licenses/LICENSE-2.0&#xD;
27+
*&#xD;
28+
* Unless required by applicable law or agreed to in writing,&#xD;
29+
* software distributed under the License is distributed on an&#xD;
30+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY&#xD;
31+
* KIND, either express or implied. See the License for the&#xD;
32+
* specific language governing permissions and limitations&#xD;
33+
* under the License.&#xD;
34+
*/&#xD;
35+
</s:String>
2036
<s:Boolean x:Key="/Default/CodeEditing/Intellisense/CodeCompletion/IntelliSenseCompletingCharacters/CSharpCompletingCharacters/UpgradedFromVSSettings/@EntryValue">True</s:Boolean>
2137
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/GeneratedFilesAndFolders/=56A87048_002D9065_002D459B_002D826D_002D3DF68B409845_002Fd_003AViews/@EntryIndexedValue">56A87048-9065-459B-826D-3DF68B409845/d:Views</s:String>
2238
<s:String x:Key="/Default/CodeInspection/GeneratedCode/GeneratedFileMasks/=_002A_002Edoc_002Ecs/@EntryIndexedValue"></s:String>

0 commit comments

Comments
 (0)