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
parent 226afd4550
commit bd1bbfee4b
274 changed files with 1271 additions and 1217 deletions

View File

@@ -2,4 +2,4 @@
left: 4px;
transform: translateX(-100%);
box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}
}

View File

@@ -21,4 +21,4 @@
.salesforce-icon {
background: url(../../assets/salesforce.svg) center center no-repeat;
background-size: 24px auto;
}
}

View File

@@ -14,4 +14,4 @@
.workspace-item:last-of-type {
margin-bottom: 0;
}
}

View File

@@ -21,4 +21,4 @@
.salesforce-icon {
background: url(../../assets/salesforce.svg) center center no-repeat;
background-size: 24px auto;
}
}

View File

@@ -18,4 +18,4 @@
.copyIcon.copied {
background-image: url(./assets/copied.svg);
}
}

View File

@@ -12,4 +12,4 @@
width: 12px;
height: 12px;
background: url(./assets/alpha.svg) center center no-repeat;
}
}

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;
}
}