forked from nhibernate/fluent-nhibernate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.editorconfig
42 lines (32 loc) · 903 Bytes
/
.editorconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
root = true
; This file is for unifying the coding style for different editors and IDEs.
; More information at http://EditorConfig.org
[*.ps1]
indent_style = space
indent_size = 2
[*.cs]
indent_style = space
indent_size = 4
insert_final_newline = true
max_line_length = off
csharp_style_namespace_declarations = file_scoped
dotnet_diagnostic.ide0161.severity = warning
dotnet_diagnostic.nunit1032.severity = suggestion
dotnet_diagnostic.nunit1028.severity = none
dotnet_diagnostic.nunit2045.severity = none
# ReSharper properties
resharper_default_private_modifier = implicit
# Microsoft .NET properties
dotnet_style_require_accessibility_modifiers = never:suggestion
[*.cake]
indent_style = space
indent_size = 4
[*.js]
indent_style = tab
indent_size = 2
[*.csproj]
indent_style = space
indent_size = 2
[*.props]
indent_style = space
indent_size = 2