Skip to content

Commit

Permalink
Merge pull request #126 from openziti/normalize-eol
Browse files Browse the repository at this point in the history
normalize eol
  • Loading branch information
qrkourier authored Aug 22, 2024
2 parents 299c07f + 56a4736 commit cb40f95
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 43 deletions.
99 changes: 57 additions & 42 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,42 +1,57 @@
*.txt eol=lf
*.gitignore text eol=lf
*.sh text eol=lf
*.md text eol=lf
*.mod text eol=lf
*.sum text eol=lf
*.go text eol=lf
*.yml text eol=lf
*.proto text eol=lf
*.json text eol=lf
*.html text eol=lf
*.svg text eol=lf
*.js text eol=lf
*.css text eol=lf
*.yaml text eol=lf
*.http text eol=lf
*.ps1 text eol=lf
*.g4 text eol=lf
*.interp text eol=lf
*.pem text eol=lf
*.cnf text eol=lf
*.conf text eol=lf
*.gitmodules text eol=lf
*.variants text eol=lf
*.cmake text eol=lf
*.bat text eol=lf
*.env text eol=lf
*.service text eol=lf
*.tmpl text eol=lf
*.partial text eol=lf
*.liquid text eol=lf
*.tokens text eol=lf
*.attr text eol=lf
*.in text eol=lf
*.h text eol=lf
*.c text eol=lf
*.kts text eol=lf
*.properties text eol=lf
*.rst text eol=lf
*.gradle text eol=lf
*.java text eol=lf
*.kt text eol=lf
# Treat all text files as text, with LF (Unix) line-endings on commit and checkout
* text eol=lf

# Explicitly mark certain text files
*.attr text
*.bat text
*.cmake text
*.cnf text
*.conf text
*.css text
*.c text
*.env text
*.g4 text
*.gitignore text
*.gitmodules text
*.go text
*.gradle text
*.h text
*.html text
*.http text
*.interp text
*.in text
*.java text
*.json text
*.js text
*.kts text
*.kt text
*.liquid text
*.md text
*.mod text
*.partial text
*.pem text
*.properties text
*.proto text
*.ps1 text
*.rst text
*.service text
*.sh text
*.sum text
*.svg text
*.tmpl text
*.tokens text
*.txt text
*.variants text
*.yaml text
*.yml text

# Declare common binary file types
*.docx binary
*.exe binary
*.gif binary
*.jpg binary
*.pdf binary
*.png binary
*.pptx binary
*.xlsx binary
*.zip binary
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code of Conduct

All open source projects managed by OpenZiti share a common [code of conduct](https://docs.openziti.io/policies/CODE_OF_CONDUCT.html)
All open source projects managed by OpenZiti share a common [code of conduct](https://docs.openziti.io/policies/CODE_OF_CONDUCT.html)
which all contributors are expected to follow. Please be sure you read, understand and adhere to the guidelines expressed therein.

0 comments on commit cb40f95

Please sign in to comment.