Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
; This file is for unifying the coding style for different editors and IDEs.
; More information at http://editorconfig.org

root = true

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

[*.md]
trim_trailing_whitespace = false

[*.xml]
indent_size = 2
indent_style = space

[*.yaml]
indent_size = 2
indent_style = space

[*.yml]
indent_size = 2
indent_style = space
12 changes: 12 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

# Ignore all test and documentation with "export-ignore".
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/phpunit.xml.dist export-ignore
/.scrutinizer.yml export-ignore
/tests export-ignore
/.editorconfig export-ignore
/.styleci.yml export-ignore
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![License](https://poser.pugx.org/codemastersolutions/code-log/license)](https://github.com/codemastersolutions/code-log/blob/HEAD/LICENSE.md)
[![Latest Stable Version](https://poser.pugx.org/codemastersolutions/code-log/v)](//packagist.org/packages/codemastersolutions/code-log)
[![Latest Unstable Version](https://poser.pugx.org/codemastersolutions/code-log/v/unstable)](//packagist.org/packages/codemastersolutions/code-log)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/codemastersolutions/code-log.svg?style=flat-square)](https://packagist.org/packages/codemastersolutions/code-log)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/codemastersolutions/code-log.svg)](https://packagist.org/packages/codemastersolutions/code-log)
![Run Tests](https://github.com/codemastersolutions/code-log/workflows/Run%20Tests/badge.svg?branch=main)

[![Total Downloads](https://poser.pugx.org/codemastersolutions/code-log/downloads)](//packagist.org/packages/codemastersolutions/code-log)
Expand Down Expand Up @@ -111,7 +111,7 @@ ou
./phpunit-watcher --filter=nome-do-teste
```

## Creditos
## Créditos

- [CodeMaster Soluções](https://github.com/codemastersolutions)
- [Gilson Gabriel](https://github.com/gilsongabriel)
Expand Down
1 change: 1 addition & 0 deletions phpunit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vendor/bin/phpunit