Enhance Code Consistency Across Repository with .editorconfig (#19023)

This commit is contained in:
QuantumGhost 2025-04-29 18:04:33 +08:00 committed by GitHub
commit bd1bbfee4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
274 changed files with 1271 additions and 1217 deletions

View file

@ -13,15 +13,15 @@
}
@keyframes drop {
0% {
transform: translateY(-4px);
0% {
transform: translateY(-4px);
opacity: 0;
}
5% {
transform: translateY(-4px);
5% {
transform: translateY(-4px);
opacity: 1;
}
65% {
65% {
transform: translateY(2px);
opacity: 1;
}
@ -29,7 +29,7 @@
transform: translateY(2px);
opacity: 0;
}
100% {
100% {
transform: translateY(2px);
opacity: 0;
}
@ -41,4 +41,4 @@
#downloadingIconArrow {
animation: drop 1.2s cubic-bezier(0.4, 0, 1, 1) infinite;
}
}