-
-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #404 from Sergio0694/dev/editorconfig
Add .editorconfig file
- Loading branch information
Showing
913 changed files
with
4,343 additions
and
3,285 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# Set default file-type attributes | ||
|
||
# All file types | ||
* text=auto | ||
|
||
# Markups | ||
*.md text=auto diff=markdown | ||
*.mdx text=auto diff=markdown | ||
|
||
# Solutions | ||
*.sln text=auto eol=crlf | ||
*.slnx text=auto | ||
|
||
# Projects | ||
*.*proj text=auto | ||
*.tasks text=auto | ||
*.props text=auto | ||
*.targets text=auto | ||
|
||
# Sources | ||
*.cs text=auto diff=csharp | ||
*.csx text=auto diff=csharp | ||
*.fs text=auto diff=fsharp | ||
*.resx text=auto | ||
|
||
# Scripts | ||
*.in text eol=lf | ||
*.sh text eol=lf | ||
*.bat text eol=crlf | ||
*.cmd text eol=crlf | ||
|
||
# Images | ||
*.png binary | ||
*.jpg binary | ||
*.gif binary | ||
|
||
# Keys | ||
*.snk binary | ||
*.pfx binary | ||
*.cer binary | ||
|
||
# Others | ||
|
||
# Preserve Line endings in diff and patch files | ||
*.diff -text | ||
*.patch -text | ||
|
||
# Exclude git meta files from exporting | ||
.gitattributes export-ignore | ||
.gitignore export-ignore | ||
.gitkeep export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.