Skip to content

Commit

Permalink
Updated editorconfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Oct 11, 2017
1 parent 9d3e10b commit e2dbe37
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,13 @@
# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true

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

# 4 space indentation
[*.py]
indent_style = space
indent_size = 4

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

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

# Matches the exact files either package.json or .travis.yml
[{package.json,.travis.yml}]
[*.{yml,yaml}]
indent_style = space
indent_size = 2

0 comments on commit e2dbe37

Please sign in to comment.