Skip to content

Commit

Permalink
Merge pull request #833 from ndw/fix-crlf
Browse files Browse the repository at this point in the history
Fix the line endings, force a single lf in text files
  • Loading branch information
ndw authored Nov 21, 2023
2 parents 6a5b93b + b8e67e2 commit 1cb5b60
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
root = true

[*.xml]
indent_style = space
indent_size = 3
root = true

[*.xml]
indent_style = space
indent_size = 3
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
* text=auto
* text eol=lf

# Known to be text
*.xml text
Expand Down
Binary file modified specifications/grammar-40/lalr/byaccj1.1/yacc.solaris
Binary file not shown.
Binary file modified specifications/xpath-datamodel-40/image-sources/dm-example.vsd
Binary file not shown.
Binary file modified specifications/xquery-40/image-sources/ProcMod-XPath.vsd
Binary file not shown.
Binary file modified specifications/xquery-40/image-sources/ProcMod-XQuery.vsd
Binary file not shown.
Binary file modified specifications/xquery-40/image-sources/types.vsd
Binary file not shown.

0 comments on commit 1cb5b60

Please sign in to comment.