mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-07 22:40:53 +03:00
.gitattributes, .gitignore and .editorconfig added
This commit is contained in:
21
.gitattributes
vendored
Normal file
21
.gitattributes
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
# always use LF line endings
|
||||
|
||||
# ALL FILES:
|
||||
# Normalize line endings to LF on checkin and
|
||||
# prevent conversion to CRLF when the file is checked out.
|
||||
|
||||
* text eol=lf
|
||||
|
||||
|
||||
# TEXT FILES:
|
||||
|
||||
*.bat text eol=crlf
|
||||
|
||||
|
||||
# BINARY FILES:
|
||||
# Disable line ending normalize on checkin.
|
||||
|
||||
*.gif binary
|
||||
*.jar binary
|
||||
*.png binary
|
||||
*.zip binary
|
||||
Reference in New Issue
Block a user