-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.editorconfig
More file actions
45 lines (30 loc) · 841 Bytes
/
.editorconfig
File metadata and controls
45 lines (30 loc) · 841 Bytes
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
43
44
45
# WARNING: Only edit this file in the Lombiq .NET Analyzers repository's "Lombiq.Analyzers" folder. A copy of this file
# anywhere else will be overwritten.
# All files
[*]
# Basics
charset = utf-8
guidelines = 120 1px solid a0ffc000, 150 1px solid 80ff0000
# Indentation and spacing
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
# New line preferences
end_of_line = crlf
insert_final_newline = true
tab_width = 4
# Various config files
[*.{config,csproj,json,props,targets}]
indent_size = 2
# Markdown files
[*.md]
trim_trailing_whitespace = false
# JavaScript files
[*.js]
# Placeholder, no unique rules for JS files at the moment.
# SCSS files
[*.scss]
# Placeholder, no unique rules for SCSS files at the moment.
# PowerShell files
[*.ps1]
# Placeholder, no unique rules for PS files at the moment.