Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Autofix: trailing-spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-bot authored and jankeromnes committed Nov 10, 2020
1 parent 30f6a09 commit 66469f9
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 38 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# External Gitpod Configuration

[Gitpod](https://gitpod.io) is an online IDE for GitHub.
This repository contains externally maintained `.gitpod` files for projects on GitHub.

The files are organized by repository name. If you need a different configuration for a fork the repository folder can contain a folder for the organisation.

The configuration format is explained [here](https://docs.gitpod.io/40_Configuration.html#gitpod-file).

PRs are very welcome! :heart:

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/gitpod-io/definitely-gp)
# External Gitpod Configuration

[Gitpod](https://gitpod.io) is an online IDE for GitHub.
This repository contains externally maintained `.gitpod` files for projects on GitHub.

The files are organized by repository name. If you need a different configuration for a fork the repository folder can contain a folder for the organisation.

The configuration format is explained [here](https://docs.gitpod.io/40_Configuration.html#gitpod-file).

PRs are very welcome! :heart:

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/gitpod-io/definitely-gp)
4 changes: 2 additions & 2 deletions mbed-cloud-client-example/.gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image:
file: arm-mbed.dockerfile
tasks:
- command: >
bash /opt/arm-mbed-init.sh &&
toilet -f bigmono12 -F gay ARM-Mbed &&
bash /opt/arm-mbed-init.sh &&
toilet -f bigmono12 -F gay ARM-Mbed &&
mbed compile -m K64F -t GCC_ARM
2 changes: 1 addition & 1 deletion pack/.gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tasks:
- before: npm install -g @pika/pack
init: npm install
command: pack build
command: pack build
46 changes: 23 additions & 23 deletions qmk_firmware/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
FROM gitpod/workspace-full

USER root

# Install custom tools, runtime, etc.
RUN apt-get update && apt-get install --no-install-recommends -y \
avr-libc \
avrdude \
binutils-arm-none-eabi \
binutils-avr \
build-essential \
dfu-programmer \
dfu-util \
gcc \
gcc-arm-none-eabi \
gcc-avr \
git \
libnewlib-arm-none-eabi \
software-properties-common \
unzip \
wget \
zip \
&& rm -rf /var/lib/apt/lists/*
FROM gitpod/workspace-full

USER root

# Install custom tools, runtime, etc.
RUN apt-get update && apt-get install --no-install-recommends -y \
avr-libc \
avrdude \
binutils-arm-none-eabi \
binutils-avr \
build-essential \
dfu-programmer \
dfu-util \
gcc \
gcc-arm-none-eabi \
gcc-avr \
git \
libnewlib-arm-none-eabi \
software-properties-common \
unzip \
wget \
zip \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit 66469f9

Please sign in to comment.