https://github.com/twbs/bootstrap
Revision 8d87997303b5ce9f960572ab6a5ab6092e7a722f authored by 汪心禾 on 21 May 2022, 07:23:13 UTC, committed by Mark Otto on 21 May 2022, 17:18:16 UTC
1 parent 3a327c9
Raw File
Tip revision: 8d87997303b5ce9f960572ab6a5ab6092e7a722f authored by 汪心禾 on 21 May 2022, 07:23:13 UTC
Remove is-invalid from textarea validation example
Tip revision: 8d87997
.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