Skip to content

Commit d0aabf8

Browse files
committed
add editorconfig
1 parent a671805 commit d0aabf8

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.editorconfig

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
trim_trailing_whitespace = true
7+
end_of_line = lf
8+
insert_final_newline = true
9+
indent_style = space
10+
11+
[*.{csproj,props,targets}.user]
12+
indent_size = 4
13+
14+
[*.{csproj,props,targets}]
15+
indent_size = 4
16+
17+
[*.cs]
18+
indent_size = 4

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
# Specific includes
55

6+
## Editorconfig
7+
!.editorconfig
8+
69
## Build System/Scripts
710
!/.config/
811
!NuGet.Config

0 commit comments

Comments
 (0)