Skip to content

Commit a580262

Browse files
authored
Merge pull request #2728 from jayvdb/trim-trailing-spaces
Trim trailing whitespace
2 parents 1fb9ea0 + a47c27d commit a580262

8 files changed

Lines changed: 21 additions & 21 deletions

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
_TODO_
44

5-
**Links to documentation supporting these rule changes:**
5+
**Links to documentation supporting these rule changes:**
66

77
_TODO_
88

9-
If this is a new template:
9+
If this is a new template:
1010

1111
- **Link to application or project’s homepage**: _TODO_

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ high quality, we request that contributions adhere to the following guidelines.
66
- **Provide a link to the application or project’s homepage**. Unless it’s
77
extremely popular, there’s a chance the maintainers don’t know about or use
88
the language, framework, editor, app, or project your change applies to.
9-
9+
1010
- **Provide links to documentation** supporting the change you’re making.
1111
Current, canonical documentation mentioning the files being ignored is best.
1212
If documentation isn’t available to support your change, do the best you can
1313
to explain what the files being ignored are for.
14-
14+
1515
- **Explain why you’re making a change**. Even if it seems self-evident, please
1616
take a sentence or two to tell us why your change or addition should happen.
1717
It’s especially helpful to articulate why this change applies to *everyone*
1818
who works with the applicable technology, rather than just you or your team.
19-
19+
2020
- **Please consider the scope of your change**. If your change specific to a
2121
certain language or framework, then make sure the change is made to the
2222
template for that language or framework, rather than to the template for an

Delphi.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# Deployment Manager configuration file for your project. Added in Delphi XE2.
2121
# Uncomment this if it is not mobile development and you do not use remote debug feature.
2222
#*.deployproj
23-
#
23+
#
2424
# C++ object files produced when C/C++ Output file generation is configured.
2525
# Uncomment this if you are not using external objects (zlib library for example).
2626
#*.obj

Global/Eclipse.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ local.properties
2323
# CDT-specific (C/C++ Development Tooling)
2424
.cproject
2525

26-
# CDT- autotools
26+
# CDT- autotools
2727
.autotools
2828

2929
# Java annotation processor (APT)

Global/Matlab.gitignore

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
# Compiled MEX binaries (all platforms)
88
*.mex*
99

10-
# Packaged app and toolbox files
11-
*.mlappinstall
12-
*.mltbx
13-
14-
# Generated helpsearch folders
15-
helpsearch*/
10+
# Packaged app and toolbox files
11+
*.mlappinstall
12+
*.mltbx
13+
14+
# Generated helpsearch folders
15+
helpsearch*/
1616

1717
# Simulink code generation folders
1818
slprj/

Global/SynopsysVCS.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
*.evcd
55
*.fsdb
66

7-
# Default name of the simulation executable. A different name can be
8-
# specified with this switch (the associated daidir database name is
7+
# Default name of the simulation executable. A different name can be
8+
# specified with this switch (the associated daidir database name is
99
# also taken from here): -o <path>/<filename>
1010
simv
1111

1212
# Generated for Verilog and VHDL top configs
1313
simv.daidir/
1414
simv.db.dir/
1515

16-
# Infrastructure necessary to co-simulate SystemC models with
16+
# Infrastructure necessary to co-simulate SystemC models with
1717
# Verilog/VHDL models. An alternate directory may be specified with this
1818
# switch: -Mdir=<directory_path>
1919
csrc/
@@ -22,7 +22,7 @@ csrc/
2222
# used to write all messages from simulation: -l <filename>
2323
*.log
2424

25-
# Coverage results (generated with urg) and database location. The
25+
# Coverage results (generated with urg) and database location. The
2626
# following switch can also be used: urg -dir <coverage_directory>.vdb
2727
simv.vdb/
2828
urgReport/

Umbraco.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
!**/App_Data/[Pp]ackages/*
2020
!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages/*
2121

22-
# ImageProcessor DiskCache
22+
# ImageProcessor DiskCache
2323
**/App_Data/cache/
2424

2525
# Ignore the Models Builder models out of date flag

VisualStudio.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ ClientBin/
220220
*.publishsettings
221221
orleans.codegen.cs
222222

223-
# Including strong name files can present a security risk
223+
# Including strong name files can present a security risk
224224
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
225225
#*.snk
226226

@@ -316,7 +316,7 @@ __pycache__/
316316
# OpenCover UI analysis results
317317
OpenCover/
318318

319-
# Azure Stream Analytics local run output
319+
# Azure Stream Analytics local run output
320320
ASALocalRun/
321321

322322
# MSBuild Binary and Structured Log
@@ -325,5 +325,5 @@ ASALocalRun/
325325
# NVidia Nsight GPU debugger configuration file
326326
*.nvuser
327327

328-
# MFractors (Xamarin productivity tool) working folder
328+
# MFractors (Xamarin productivity tool) working folder
329329
.mfractor/

0 commit comments

Comments
 (0)