Skip to content

Commit 7af8eea

Browse files
authored
Merge pull request #2401 from utkonos/master
Fix capitalization and spacing of comments
2 parents 30e75b6 + 9322d16 commit 7af8eea

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

Global/Archives.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
*.lzma
1313
*.cab
1414

15-
#packing-only formats
15+
# Packing-only formats
1616
*.iso
1717
*.tar
1818

19-
#package management formats
19+
# Package management formats
2020
*.dmg
2121
*.xpi
2222
*.gem

Global/SublimeText.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# cache files for sublime text
1+
# Cache files for Sublime Text
22
*.tmlanguage.cache
33
*.tmPreferences.cache
44
*.stTheme.cache
55

6-
# workspace files are user-specific
6+
# Workspace files are user-specific
77
*.sublime-workspace
88

9-
# project files should be checked into the repository, unless a significant
10-
# proportion of contributors will probably not be using SublimeText
9+
# Project files should be checked into the repository, unless a significant
10+
# proportion of contributors will probably not be using Sublime Text
1111
# *.sublime-project
1212

13-
# sftp configuration file
13+
# SFTP configuration file
1414
sftp-config.json
1515

1616
# Package control specific files

Global/Vim.gitignore

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
# swap
1+
# Swap
22
[._]*.s[a-v][a-z]
33
[._]*.sw[a-p]
44
[._]s[a-v][a-z]
55
[._]sw[a-p]
6-
# session
6+
7+
# Session
78
Session.vim
8-
# temporary
9+
10+
# Temporary
911
.netrwhist
1012
*~
11-
# auto-generated tag files
13+
# Auto-generated tag files
1214
tags

Global/macOS.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# General
12
*.DS_Store
23
.AppleDouble
34
.LSOverride

0 commit comments

Comments
 (0)