You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Rules in this file were initially inferred by Visual Studio IntelliCode from the D:\keith\Documents\Repos\AndroidBotEngine codebase based on best match to current usage at 13/05/2022
2
+
# You can modify the rules from these initially generated values to suit your own policies
3
+
# You can learn more about editorconfig here: https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-code-style-settings-reference
4
+
[*.cs]
5
+
6
+
7
+
#Core editorconfig formatting - indentation
8
+
9
+
#use soft tabs (spaces) for indentation
10
+
indent_style = space
11
+
12
+
#Formatting - indentation options
13
+
14
+
#indent switch case contents.
15
+
csharp_indent_case_contents = true
16
+
#indent switch labels
17
+
csharp_indent_switch_labels = true
18
+
19
+
#Formatting - new line options
20
+
21
+
#place catch statements on a new line
22
+
csharp_new_line_before_catch = true
23
+
#place else statements on a new line
24
+
csharp_new_line_before_else = true
25
+
#require members of object initializers to be on the same line
#Style - language keyword and framework type options
94
+
95
+
#prefer the language keyword for local variables, method parameters, and class members, instead of the type name, for types that have a keyword to represent them
#prefer accessibility modifiers to be declared except for public interface members. This will currently not differ from always and will act as future proofing for if C# adds default interface methods.
#file_header_template = Copyright (c) Keith Martin\n\nLicensed under the Apache License, Version 2.0 (the "License");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an "AS IS" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n
<ErrorText="The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" />
52
+
</Target>
53
+
<!--
54
+
To modify your build process, add your task inside one of the targets below and uncomment it.
55
+
Other similar extension points exist, see Wix.targets.
0 commit comments