.editorconfig (lodash-3.0.0) | : | .editorconfig (lodash-4.0.0) | ||
---|---|---|---|---|
# 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 | |||
[*] | [*] | |||
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}] | [**.{html,js,json,md}] | |||
indent_style = space | ||||
indent_size = 2 | ||||
insert_final_newline = true | insert_final_newline = true | |||
[**.html] | ||||
indent_style = tab | ||||
insert_final_newline = false | ||||
End of changes. 4 change blocks. | ||||
4 lines changed or deleted | 4 lines changed or added |