# CAUTION:
# Always run the following command after adding/editing an
# `eol` entry:
#
#   git add --renormalize FILES_WITH_AFFECTED_EXTENSION
#
# This keeps existing files consistent with the new setting.
#
# Example:
#
#   git add --renormalize '*.foo' '*.bar'

.editorconfig   text eol=lf
.gitattributes  text eol=lf

# LF required for interactive patching as of Git 2.17.1
*.diff          text eol=lf
*.patch         text eol=lf

*.json          text eol=lf
*.md            text eol=lf
*.py            text eol=lf
*.toml          text eol=lf
*.txt           text eol=lf
*.yaml          text eol=lf
*.yml           text eol=lf
