.editorconfig (lodash-4.0.0) | : | .editorconfig (lodash-4.17.21) | ||
---|---|---|---|---|
# This file is for unifying the coding style for different editors and IDEs | # This file is for unifying the coding style for different editors and IDEs | |||
# editorconfig.org | # editorconfig.org | |||
root = true | root = true | |||
[*] | [*] | |||
charset = utf-8 | charset = utf-8 | |||
end_of_line = lf | end_of_line = lf | |||
indent_size = 2 | indent_size = 2 | |||
indent_style = space | indent_style = space | |||
trim_trailing_whitespace = true | ||||
[**.{html,js,json,md}] | ||||
insert_final_newline = true | insert_final_newline = true | |||
trim_trailing_whitespace = true | ||||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 0 lines changed or added |