style: apply consistent whitespace and formatting across codebase

This commit is contained in:
Vijay Janapa Reddi
2025-12-13 14:05:34 -05:00
parent efc577f53f
commit 853eb03ee8
655 changed files with 20814 additions and 20965 deletions

View File

@@ -45,7 +45,7 @@ RUN wget -qO /tmp/install-tl-unx.tar.gz "https://mirror.ctan.org/systems/texlive
# **Ensure TeX Live is in PATH**
ENV PATH="/usr/local/texlive/2023/bin/x86_64-linux:/usr/local/texlive/2023/bin/aarch64-linux:/usr/local/texlive/2023/bin:$PATH"
# ------------------------
# ✅ Verify Installations
# ✅ Verify Installations
# ------------------------
RUN if [ -d "/usr/local/texlive/2023/bin" ]; then \
echo "TeX Live installed at /usr/local/texlive/2023"; \
@@ -87,4 +87,4 @@ WORKDIR /workspace
# ------------------------
# 🏗 Default Command
# ------------------------
CMD ["bash"]
CMD ["bash"]