Browse Source

Don't change EOF line endings for files used on Windows.

pull/495/merge
William Ting 6 years ago
parent
commit
5ab005ea86
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .pre-commit-config.yaml

+ 1
- 0
.pre-commit-config.yaml View File

@ -24,6 +24,7 @@ repos:
language_version: python2
- id: end-of-file-fixer
language_version: python2
exclude_types: [batch, lua]
- id: fix-encoding-pragma
language_version: python2
- id: flake8

Loading…
Cancel
Save