Skip to content

Commit

Permalink
Merge pull request #157 from MaxGoryunov/154
Browse files Browse the repository at this point in the history
154
  • Loading branch information
MaxGoryunov committed Jan 23, 2022
2 parents 3a0763b + 9702d47 commit c908ff0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org

# PHP PSR-2 Coding Standards
# http://www.php-fig.org/psr/psr-2/

root = true

[*.php]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4

0 comments on commit c908ff0

Please sign in to comment.