config: force unix style line endings

This commit is contained in:
Abdullah Atta
2023-06-26 12:30:26 +05:00
committed by Abdullah Atta
parent 8d7b444664
commit e138aef6a9
2 changed files with 3 additions and 1 deletions

1
.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
* text=auto eol=lf

View File

@@ -5,5 +5,6 @@ module.exports = {
printWidth: 80,
useTabs: false,
tabWidth: 2,
bracketSpacing: true
bracketSpacing: true,
endOfLine: "lf"
};