Skip to content

Commit

Permalink
Apply required changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrommone committed Oct 7, 2016
1 parent bc2bb02 commit c970b32
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,19 @@ insert_final_newline = true

# Matches multiple files with brace expansion notation
# Set default charset
[*.{js,py}]
[*.{py,elm,sh,txt,html,gitignore,md}]
charset = utf-8

# 4 space indentation
[*.py]
[*.{py,elm}]
indent_style = space
indent_size = 4

# Tab indentation (no size specified)
[Makefile]
indent_style = tab

# Indentation override for all JS under lib directory
[**.js]
indent_style = space
indent_size = 2

# Matches the exact files either package.json or .travis.yml
[{package.json,.travis.yml}]
[{package.json,.travis.yml,.codeclimate.yml,.coveragerc,elm-package.json}]
indent_style = space
indent_size = 2
indent_size = 2

0 comments on commit c970b32

Please sign in to comment.