Skip to content

Commit

Permalink
Ignore .idea directory and update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffroy Empain committed Oct 12, 2017
1 parent dd891f9 commit b0b795b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
30 changes: 17 additions & 13 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# editorconfig.org
root = true

[*]
indent_style = spaces
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
# editorconfig.org
root = true

[*]
indent_style = spaces
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

[package.json]
indent_style = spaces
indent_size = 2
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ coverage
node_modules
npm-debug.log
tmp
.idea

0 comments on commit b0b795b

Please sign in to comment.