mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 17:37:50 +00:00
Update html indent style in .editorconfig.
This commit is contained in:
@@ -4,15 +4,14 @@
|
|||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
end_of_line = lf
|
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
|
end_of_line = lf
|
||||||
|
indent_size = 2
|
||||||
|
indent_style = space
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
[**.{js,json,md}]
|
[**.{js,json,md}]
|
||||||
indent_style = space
|
|
||||||
indent_size = 2
|
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
[**.html]
|
[**.html]
|
||||||
indent_style = tab
|
|
||||||
insert_final_newline = false
|
insert_final_newline = false
|
||||||
|
|||||||
Reference in New Issue
Block a user