Skip to content

Commit 6949fd0

Browse files
author
Josh Habdas
committed
Add Circle CI badge to README
1 parent a18aa83 commit 6949fd0

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.editorconfig

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# EditorConfig helps developers define and maintain consistent
2+
# coding styles between different editors and IDEs
3+
# http://editorconfig.org
4+
5+
root = true
6+
7+
[*]
8+
9+
# Change these settings to your own preference
10+
indent_style = space
11+
indent_size = 2
12+
13+
# We recommend you to keep these unchanged
14+
end_of_line = lf
15+
charset = utf-8
16+
trim_trailing_whitespace = true
17+
insert_final_newline = true
18+
19+
[*.md]
20+
trim_trailing_whitespace = false

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ module.exports = TryStardust;
5858
### Commands
5959

6060
```
61-
npm run # list npm commands
61+
npm run # list npm commands
6262
gulp help # list gulp commands
6363
```
6464

0 commit comments

Comments
 (0)