Skip to content

Commit

Permalink
Merge pull request #3753 from PeterDaveHello/fix-editorconfig
Browse files Browse the repository at this point in the history
Fix editorconfig
  • Loading branch information
wallet77 authored Jul 4, 2018
2 parents b660f03 + 86ad52b commit d147868
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +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 = 3

# 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 d147868

Please sign in to comment.