Merge pull request #228 from knittl/198-eslint-endofline-auto

Allow CRLF when linting #198
This commit is contained in:
Ariful Alam 2022-10-29 14:16:54 +06:00 committed by GitHub
commit a8abc23735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,5 +4,6 @@
"bracketSpacing": true,
"printWidth": 80,
"singleQuote": true,
"tabWidth": 2
"tabWidth": 2,
"endOfLine": "auto"
}