enforce LF line endings

This commit is contained in:
Robin C. Ladiges
2022-08-15 21:00:18 +02:00
parent 8256555bdc
commit b9adaea601
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
[*.{js,jsx,ts,tsx,vue}]
[*.{js,jsx,ts,tsx,vue,css,scss,html,xml,json,md}]
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true

1
.gitattributes vendored Normal file
View File

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