Skip to content

Commit 14b4298

Browse files
committed
Merge pull request #918 from driftyco/editorconfig
Added editorconfig to the project and added Visual Studio code config…
2 parents f9f6b57 + 679b22e commit 14b4298

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.editorconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# http://editorconfig.org
2+
3+
root = true
4+
5+
[*]
6+
charset = utf-8
7+
indent_style = space
8+
indent_size = 2
9+
end_of_line = lf
10+
insert_final_newline = true
11+
trim_trailing_whitespace = true
12+
13+
[*.md]
14+
insert_final_newline = false
15+
trim_trailing_whitespace = false

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
*.cookies
33
node_modules/
44
.idea/
5+
.vscode/

0 commit comments

Comments
 (0)