Skip to content

Commit d0da2b3

Browse files
committed
add .editorconfig
1 parent f0f1fb4 commit d0da2b3

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

.editorconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[*]
2+
charset = utf-8
3+
end_of_line = lf
4+
indent_style = space
5+
max_line_length = 160
6+
insert_final_newline = true
7+
8+
[*.cs]
9+
indent_size = 4
10+
11+
[*.csproj]
12+
indent_size = 2
13+
14+
[{*.yml,*.yaml}]
15+
indent_size = 2

Unidecode.NET.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
99
ProjectSection(SolutionItems) = preProject
1010
LICENSE = LICENSE
1111
readme.md = readme.md
12+
.editorconfig = .editorconfig
1213
EndProjectSection
1314
EndProject
1415
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unidecode.NET", "src\Unidecode.NET.csproj", "{3ED46251-F3F1-43F0-8776-A5055D96BB56}"

0 commit comments

Comments
 (0)