Skip to content

Commit

Permalink
Update editorconfig rules
Browse files Browse the repository at this point in the history
  • Loading branch information
pdavide committed Mar 15, 2019
1 parent fda292c commit 728d9f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ trim_trailing_whitespace = true
# Possible values - true, false
insert_final_newline = true

[*.php]
# Indentation size in single-spaced characters
# Possible values - an integer, tab
indent_size = 4
Expand All @@ -34,3 +33,8 @@ indent_size = 4
# Indentation size in single-spaced characters
# Possible values - an integer, tab
indent_size = 2

[*.{yml,yaml}]
# Indentation size in single-spaced characters
# Possible values - an integer, tab
indent_size = 2

0 comments on commit 728d9f0

Please sign in to comment.