Skip to content

Commit

Permalink
Clearing config
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Jun 6, 2021
1 parent a261a50 commit e1016fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Expand Up @@ -308,7 +308,7 @@ ij_typescript_spaces_within_imports = true
ij_typescript_spaces_within_interpolation_expressions = false
ij_typescript_spaces_within_method_call_parentheses = false
ij_typescript_spaces_within_method_parentheses = false
ij_typescript_spaces_within_object_literal_braces = false
ij_typescript_spaces_within_object_literal_braces = true
ij_typescript_spaces_within_object_type_braces = true
ij_typescript_spaces_within_parentheses = false
ij_typescript_spaces_within_switch_parentheses = false
Expand Down
2 changes: 2 additions & 0 deletions .gitattributes
Expand Up @@ -2,9 +2,11 @@
/.github export-ignore
/tests export-ignore
.editorconfig export-ignore
.eslintrc export-ignore
.gitattributes export-ignore
.gitignore export-ignore
editorconfig.xml export-ignore
Makefile export-ignore
phpstan.neon export-ignore
ruleset.xml export-ignore
tslint.json export-ignore
1 change: 1 addition & 0 deletions .npmignore
Expand Up @@ -8,6 +8,7 @@ src
tests
vendor
.editorconfig
.eslintrc
composer.json
composer.lock
editorconfig.xml
Expand Down

0 comments on commit e1016fa

Please sign in to comment.