Skip to content

Commit

Permalink
merge editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpaulbalagolan committed Mar 4, 2020
1 parent 01409f3 commit 7aa705b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Expand Up @@ -13,11 +13,11 @@ insert_final_newline = true
[*.{js,css,php,html}]
charset = utf-8

# 4 space indentation
# 4 space indentation, trim trailing
[*.php]
indent_style = space
indent_size = 4

trim_trailing_whitespace = true

# Matches the exact files either package.json or .travis.yml
#[{package.json,.travis.yml}]
Expand Down

0 comments on commit 7aa705b

Please sign in to comment.