Skip to content

Commit 64152e0

Browse files
nathanbwrightkotp
authored andcommitted
Strip trailing whitespace (exercism#3216)
1 parent bb0b1de commit 64152e0

File tree

11 files changed

+30
-30
lines changed

11 files changed

+30
-30
lines changed

app/views/site/cli.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<h1>Command-Line Interface (CLI)</h1>
44
</div>
55

6-
6+
77
<div class="row" style="padding-top: 20px;">
88

99
<ul class="nav nav-tabs">

app/views/submissions/show.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
data-toggle="tooltip"
3131
data-placement="bottom"
3232
target="_blank">
33-
<i class="fa fa-code" style="font-size:1.75em"></i>
33+
<i class="fa fa-code" style="font-size:1.75em"></i>
3434
<p style="color:#a8a8a8;font-size:.7em;margin: 0px 0px 0px 0px">
3535
<i>My Solution</i></p>
3636
</a>

docker/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ to communicate between your OS and the VM is called [Docker Machine][].
4040
This indirection can sometimes cause confusion and difficulties, but
4141
this document will try to address potential issues when they may arise.
4242

43-
**Note to Windows Users:** Due to various Windows issues, it's
43+
**Note to Windows Users:** Due to various Windows issues, it's
4444
probably easiest to develop by setting up a Linux virtual machine
4545
using a tool like [VirtualBox][], and following the Docker instructions
4646
for Linux, rather than using Docker Toolbox on Windows. However, you're

public/sass/base/components/progressbar.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ ul.progress-bar {
7878

7979
.progress-bar-wrap {
8080
margin: 80px auto;
81-
padding-bottom: 50px;
81+
padding-bottom: 50px;
8282
}
8383

8484
ul.progress-bar {

public/sass/layouts/cli.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
.cli {
2-
width: 65em;
1+
.cli {
2+
width: 65em;
33
}

public/sass/layouts/error.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525

2626
.four-zero-four {
27-
font-size: 70px;
27+
font-size: 70px;
2828
line-height: 150px;
2929
margin: 50px 0;
3030
}

x/docs/md/cli/install.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11

22
## Install Alternatives <a name="install"></a>
33

4-
## Contents
4+
## Contents
55
- [mac osx: installing without homebrew](#installing-without-homebrew)
66
- [windows: installing manually](#installing-manually)
77

8-
If you need help:
9-
- [view the general help](http://exercism.io/help)
8+
If you need help:
9+
- [view the general help](http://exercism.io/help)
1010
- [join the exercism.io chat on gitter](https://gitter.im/exercism/support)
1111

1212

1313
<a name="installing-without-homebrew"></a>
14-
### Installing Without Homebrew
14+
### Installing Without Homebrew
1515

1616
This is described in detail in [this video tutorial](https://www.youtube.com/watch?v=TCT4eHGwfaE).
1717

@@ -88,7 +88,7 @@ You should now have access to the exercism command:
8888
```bash
8989
exercism --version
9090
```
91-
### Continue
91+
### Continue
9292
You can now continue by [choosing a language](http://exercism.io/languages).
9393

9494
## Windows - Manual Installation <a name="installing-manually"></a>
@@ -164,6 +164,6 @@ The following instructions will append the location of the exercism.exe file to
164164
### Continue ###
165165
You can now continue by [choosing a language](http://exercism.io/languages).
166166

167-
If you need further help:
168-
- [view the general help](http://exercism.io/help)
167+
If you need further help:
168+
- [view the general help](http://exercism.io/help)
169169
- [join the exercism.io chat on gitter](https://gitter.im/exercism/support)

x/docs/md/cli/linux.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
## Linux
2+
## Linux
33

44
View the CLI releases to [choose and download the appropriate package for your operating system](https://github.com/exercism/cli/releases/tag/v2.3.0).
55

@@ -28,7 +28,7 @@ echo 'export PATH=$HOME/bin:$PATH' >> ~/.bashrc
2828

2929
To check which shell you have, run `echo $SHELL`.
3030

31-
### Package Managers
31+
### Package Managers
3232

3333
These are not officially supported, and sometimes (often) lag behind the latest release.
3434

@@ -65,7 +65,7 @@ You can configure a different directory by passing the `--dir` option:
6565
exercism configure --dir=~/some/other/place
6666
```
6767

68-
### Continue
68+
### Continue
6969
You can now continue by [choosing a language](http://exercism.io/languages).
7070

7171
If you need help, view the [help on exercism.io](http://exercism.io/help), [join the exercism.io chat on gitter](https://gitter.im/exercism/support): [![Join the chat at https://gitter.im/exercism/support](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/exercism/support)

x/docs/md/cli/windows.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11

2-
## Windows
2+
## Windows
33

44
Below are instructions for install using the most common methods - using Powershell & Chocolately Package Manager. For further help and instructions, see:
55
1. [Install Alternatives for instructions on installing manually on windows](/cli/install)
66
2. [exercism.io general help](http://exercism.io/help)
77
3. [join the exercism.io chat on gitter](https://gitter.im/exercism/support): [![Join the chat at https://gitter.im/exercism/support](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/exercism/support)
88

99

10-
### Using Powershell and the Chocolatey Package Manager for Windows <a name="chocolatey"></a>
10+
### Using Powershell and the Chocolatey Package Manager for Windows <a name="chocolatey"></a>
1111
**NOTE:** You can find more information about using Chocolatey at the [Chocolatey site](https://chocolatey.org/).
1212

13-
#### Using PowerShell
13+
#### Using PowerShell
1414
Windows ships with a powerful scripting language called [PowerShell](https://en.wikipedia.org/wiki/Windows_PowerShell).
1515

1616
Type in `powershell` in the search or run window in Windows. You may see two options - `PowerShell` and `PowerShell ISE`. The first is the regular PowerShell command prompt window. The second is the Interactive Scripting Environment. Feel free to choose either one. Here's [more](http://www.powershellpro.com/powershell-tutorial-introduction/tutorial-windows-powershell-console/) on getting started with PowerShell. Paste and run the following script and you're ready to go. This downloads Chocolatey, sets the environment path variable, and installs the exercism CLI.
@@ -26,7 +26,7 @@ if ((which cinst) -eq $null) {
2626
cinst exercism-io-cli
2727
```
2828

29-
#### Using the Command Prompt
29+
#### Using the Command Prompt
3030
1. Open a command line interface (CLI) by clicking on "Start", typing "cmd" into the search bar and pressing enter
3131
2. Next copy and paste the following command into the command window:
3232

@@ -53,7 +53,7 @@ cinst exercism-io-cli
5353
1. If all is well you should be shown information on how to use exercism
5454

5555

56-
#### Verify Install
56+
#### Verify Install
5757
1. Verify that the binary was installed properly by running:
5858

5959
exercism --version
@@ -64,7 +64,7 @@ cinst exercism-io-cli
6464
exercism
6565

6666

67-
#### Configure The CLI
67+
#### Configure The CLI
6868

6969
1. Configure the exercism client so that it knows which account to post your solutions to:
7070

@@ -76,6 +76,6 @@ cinst exercism-io-cli
7676

7777
exercism configure --dir=~/some/other/place
7878

79-
### Continue
79+
### Continue
8080
You can now continue by [choosing a language](http://exercism.io/languages).
8181

x/docs/md/intro/getting-started.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
1. Download and configure the [command-line client](/cli).
44
1. Fetch the first exercise (`exercism fetch TRACK_ID`).
55
1. Write a solution to make the test suite pass.
6-
1. Submit your solution (`exercism submit path/to/file`).
6+
1. Submit your solution (`exercism submit path/to/file`).
77
1. _Optional_: Kick off the discussion by noting what you found interesting or challenging about the exercise.
88

99
### Next Steps
@@ -15,7 +15,7 @@ Once you have submitted your first exercise, there are several other things you
1515
Provide feedback: ask questions, suggest improvements, and ponder style and readability.
1616
1. Fetch a new exercise and solve it.
1717

18-
## Command Line Tips
18+
## Command Line Tips
1919

2020
You can submit multiple files as part of your solution:
2121

@@ -24,7 +24,7 @@ $ cd path/to/solution/
2424
$ exercism submit file1 file2
2525
```
2626

27-
Another way to submit a header file along with your implementation file:
28-
`exercism submit path/to/file{.headerExtension,.ImplementationExtension}`
29-
This works with shells like `bash` on the language tracks like C `file{.h,.m}` or C++ `file{.h,.cpp}` etc.
27+
Another way to submit a header file along with your implementation file:
28+
`exercism submit path/to/file{.headerExtension,.ImplementationExtension}`
29+
This works with shells like `bash` on the language tracks like C `file{.h,.m}` or C++ `file{.h,.cpp}` etc.
3030

x/docs/md/track/LAUNCH.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Launching a track takes a lot of work and we'd love your help!
88
- Add a language icon or logo
99
- Documentation to cover things like documentation and tests
1010
- At least one person who is willing to check exercism regularly to review new solutions that people submit. This will ensure that the track gets off on the right foot.
11-
- Add track implementors and other designated code reviewers as mentors to the track.
11+
- Add track implementors and other designated code reviewers as mentors to the track.
1212
- Toggle `"active"` to `true` in `config.json`
1313

1414

0 commit comments

Comments
 (0)