mirror of
https://github.com/Istador/smoo.it
synced 2025-10-05 23:42:42 +02:00
enforce LF line endings
This commit is contained in:
@@ -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
1
.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
||||
* text=auto eol=lf
|
Reference in New Issue
Block a user