Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Remove the line below if you want to inherit .editorconfig settings from higher directories
root = true

[*]
# editors create UTF-8 only
charset = utf-8

[*.{cs,xml,csproj,sln}]

#Core editorconfig formatting - indentation
Expand Down
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*.msg text
*.txt text
*.yml text
*.cs text diff=csharp
*.cs text=auto eol=lf diff=csharp
*.md text diff=markdown
*.editorconfig text
*.json text
Expand Down
Loading