Skip to content

Commit

Permalink
docs: improve comments in config.tpl.*
Browse files Browse the repository at this point in the history
  • Loading branch information
alesrosina authored and dignifiedquire committed Nov 22, 2017
1 parent 0330cd1 commit 6d353dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.tpl.coffee
Expand Up @@ -18,7 +18,7 @@ module.exports = (config) ->
]


# list of files to exclude
# list of files / patterns to exclude
exclude: [%EXCLUDE%
]

Expand Down
2 changes: 1 addition & 1 deletion config.tpl.js
Expand Up @@ -18,7 +18,7 @@ module.exports = function(config) {
],


// list of files to exclude
// list of files / patterns to exclude
exclude: [%EXCLUDE%
],

Expand Down
2 changes: 1 addition & 1 deletion config.tpl.ls
Expand Up @@ -18,7 +18,7 @@ module.exports = (config) ->
]


# list of files to exclude
# list of files / patterns to exclude
exclude: [%EXCLUDE%
]

Expand Down
2 changes: 1 addition & 1 deletion config.tpl.ts
Expand Up @@ -18,7 +18,7 @@ module.exports = (config) => {
],


// list of files to exclude
// list of files / patterns to exclude
exclude: [%EXCLUDE%
],

Expand Down

0 comments on commit 6d353dc

Please sign in to comment.