mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-08 23:48:02 -05:00
Add 'end_of_line = lf' to .editorconfig (#2969)
* Update .editorconfig Added line feed * Update .editorconfig Added to .editorconfig in src folder
This commit is contained in:
1
dist/.editorconfig
vendored
1
dist/.editorconfig
vendored
@@ -4,6 +4,7 @@ root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
||||
|
||||
@@ -4,6 +4,7 @@ root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
||||
|
||||
Reference in New Issue
Block a user