Skip to content

Commit

Permalink
Require ECS
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Mar 16, 2018
1 parent 8803f90 commit 74de68e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# http://editorconfig.org

root = true

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

[*.{js,json,ts,tsx}]
indent_size = 4

[*.md]
trim_trailing_whitespace = false
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@
"description": "Coding standard used in LMC projects",
"type": "library",
"license": "MIT",
"minimum-stability": "stable",
"minimum-stability": "alpha",
"prefer-stable": true,
"authors": [
{
"name": "LMC s.r.o.",
"homepage": "https://github.com/lmc-eu"
}
],
"require": {}
"require": {
"symplify/easy-coding-standard": "4.0.x"
}
}

0 comments on commit 74de68e

Please sign in to comment.