Allow CRLF when linting #198

This commit is contained in:
Daniel Knittl-Frank 2022-10-27 13:37:10 +02:00
parent b52c9b80a4
commit fe6974d58e

View File

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