Skip to content

Commit

Permalink
chore: update some dotfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Fery Wardiyanto <ferywardiyanto@gmail.com>
  • Loading branch information
feryardiant committed Oct 22, 2024
1 parent dcf447b commit 6f3f104
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: "2"

engines:
fixme:
enabled: true
Expand Down
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

16 changes: 6 additions & 10 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# editorconfig.org
root = true

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

[{src,tests}/**.{php,tpl}]
indent_size = 4
trim_trailing_whitespace = true

[{*,!vendor/*}.json]
indent_size = 4
[*.md]
trim_trailing_whitespace = false

[{*,!vendor/*}.yml]
[*.yml]
indent_size = 2

0 comments on commit 6f3f104

Please sign in to comment.