Skip to content

Commit

Permalink
chore: remove duplicate configs in .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello committed Jul 2, 2018
1 parent c885bfc commit 1c28d53
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,6 @@ insert_final_newline = true
indent_style = space
indent_size = 2

# JavaScript
[*.js]
indent_style = space
indent_size = 2

# YAML
[*.yml]
indent_style = space
indent_size = 2

# JSON
[*.json]
indent_style = space
indent_size = 2

# SHELL
[*.sh]
indent_style = space
indent_size = 2

# Makefile
[Makefile]
indent_style = tab

0 comments on commit 1c28d53

Please sign in to comment.