https://github.com/twbs/bootstrap
Raw File
Tip revision: 134dc7c5a0ac5144800170e28404d259a7983a3d authored by XhmikosR on 03 December 2021, 12:46:37 UTC
WIP
Tip revision: 134dc7c
.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