Skip to content

Commit

Permalink
Merge pull request Unitech#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 f0ff76b + 948896b commit 0eee06e
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 0eee06e

Please sign in to comment.