Skip to content

Commit

Permalink
Optimise .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavohenke committed Oct 2, 2021
1 parent 88b8d19 commit 475fb53
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,12 @@ root = true
[*]
end_of_line = lf
insert_final_newline = true

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

# Tab indentation (no size specified)
[*.js]
indent_style = space
indent_size = 4

# Matches the exact files package.json and .travis.yml
[{package.json,.travis.yml,Gruntfile.js}]
indent_style = space
# Matches the exact files package.json
[package.json]
indent_size = 2

[Makefile]
indent_style = tab
indent_size = 4

0 comments on commit 475fb53

Please sign in to comment.