https://github.com/twbs/bootstrap
Revision 57ddb42bafe3cbc4b983fc8acd10b8561218cea0 authored by Douglas Silva on 24 July 2023, 18:26:09 UTC, committed by GitHub on 24 July 2023, 18:26:09 UTC
1 parent cc5a8a9
Raw File
Tip revision: 57ddb42bafe3cbc4b983fc8acd10b8561218cea0 authored by Douglas Silva on 24 July 2023, 18:26:09 UTC
Fix postcss plugin options (#38947)
Tip revision: 57ddb42
.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