-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
include linting and formatting in ci build
- Loading branch information
Showing
4 changed files
with
37 additions
and
8 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto eol=lf | ||
|
||
# Declare files that will always have LF line endings on checkout. | ||
*.sh text eol=lf | ||
|
||
# Don't check these into the repo as LF to work around TeamCity bug | ||
*.xml -text | ||
*.targets -text | ||
|
||
# Custom for Visual Studio | ||
*.cs diff=csharp | ||
*.sln | ||
*.csproj | ||
*.vbproj | ||
*.fsproj | ||
*.dbproj | ||
|
||
# Denote all files that are truly binary and should not be modified. | ||
*.dll binary | ||
*.exe binary | ||
*.png binary | ||
*.ico binary | ||
*.snk binary | ||
*.pdb binary | ||
*.svg binary | ||
|
||
# Don't check for trailing whitespace at end of lines in the doc pages | ||
*.md -whitespace=blank-at-eol |
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