Files
html5-boilerplate/dist/.editorconfig
BennyBPB 3f3f268ca4 Add 'end_of_line = lf' to .editorconfig (#2969)
* Update .editorconfig

Added line feed

* Update .editorconfig

Added to .editorconfig in src folder
2023-07-05 21:54:12 -04:00

12 lines
167 B
INI

# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true