Fix tabs->space issues

This commit is contained in:
spham
2021-04-23 10:14:27 -07:00
parent c0ad079f87
commit f68ed1cd4b
2 changed files with 16 additions and 16 deletions
@@ -1,16 +1,16 @@
# Package list for Ubuntu 18.04
# Build Tools Packages
cmake/3.20.1-0kitware1ubuntu18.04.1 # For cmake
clang-6.0 # For Ninja Build System
ninja-build # For the compiler and its dependencies
cmake/3.20.1-0kitware1ubuntu18.04.1 # For cmake
clang-6.0 # For Ninja Build System
ninja-build # For the compiler and its dependencies
# Build Libraries
libglu1-mesa-dev # For Qt (GL dependency)
libxcb-xinerama0 # For Qt plugins at runtime
libxcb-xinput0 # For Qt plugins at runtime
libcurl4-openssl-dev # For HttpRequestor
libsdl2-dev # for WWise/Audio
libglu1-mesa-dev # For Qt (GL dependency)
libxcb-xinerama0 # For Qt plugins at runtime
libxcb-xinput0 # For Qt plugins at runtime
libcurl4-openssl-dev # For HttpRequestor
libsdl2-dev # for WWise/Audio
zlib1g-dev
mesa-common-dev
@@ -1,16 +1,16 @@
# Package list for Ubuntu 20.04
# Build Tools Packages
cmake/3.20.1-0kitware1ubuntu20.04.1 # For cmake
clang-6.0 # For Ninja Build System
ninja-build # For the compiler and its dependencies
cmake/3.20.1-0kitware1ubuntu20.04.1 # For cmake
clang-6.0 # For Ninja Build System
ninja-build # For the compiler and its dependencies
# Build Libraries
libglu1-mesa-dev # For Qt (GL dependency)
libxcb-xinerama0 # For Qt plugins at runtime
libxcb-xinput0 # For Qt plugins at runtime
libcurl4-openssl-dev # For HttpRequestor
libsdl2-dev # for WWise/Audio
libglu1-mesa-dev # For Qt (GL dependency)
libxcb-xinerama0 # For Qt plugins at runtime
libxcb-xinput0 # For Qt plugins at runtime
libcurl4-openssl-dev # For HttpRequestor
libsdl2-dev # for WWise/Audio
zlib1g-dev
mesa-common-dev