https://github.com/twbs/bootstrap
Revision e16ee0a191ccb429b910ee60237424b3e5bca27a authored by XhmikosR on 03 March 2024, 05:58:52 UTC, committed by XhmikosR on 05 March 2024, 18:34:45 UTC
1 parent b0ce892
Raw File
Tip revision: e16ee0a191ccb429b910ee60237424b3e5bca27a authored by XhmikosR on 03 March 2024, 05:58:52 UTC
Minor template cleanup
Tip revision: e16ee0a
.editorconfig
# 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
back to top