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
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ indent_size = 2
[Makefile*]
indent_style = tab

[*.bat]
end_of_line = crlf

[src/main/resources/default_banner.txt]
insert_final_newline = false
14 changes: 13 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
src/generated/** linguist-generated
# Line endings: store LF in the repository and check out LF on every platform.
# Git detects binary files itself through text=auto. The entries below are the exceptions.
* text=auto eol=lf

# Windows batch files need CRLF in the working tree.
*.bat text eol=crlf

# Binary files
*.jar binary
*.png binary

# GitHub: mark the jOOQ generated sources as generated (collapsed in diffs, excluded from language statistics).
generated/src/** linguist-generated