Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- [x] Update readme.md
- [x] Add some dotfile
  • Loading branch information
feryardiant committed Jan 4, 2015
1 parent ae6d68d commit 00990aa
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# editorconfig.org

root = true

[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_size = 4
indent_style = space
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Ignore OS Related/Generic
_*
*.lock
*.old
*~
.idea/
vendor/

!.gitkeep
!.travis.yml
7 changes: 4 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# FPDF
# FPDF [![Build Status](https://travis-ci.org/feryardiant/fpdf.svg?branch=master)](https://travis-ci.org/feryardiant/fpdf)

Unofficial FPDF library with clean and readable codes
Unofficial FPDF library with PSR-0 compliant, clean and readable code

This is version 1.7.0 with some changes:
This is version 1.7.1 with some changes:

* [x] The library is namespaced in `Fpdf`
* [x] directory structure follow the PSR-0 standard with `src/` as root
Expand All @@ -11,6 +11,7 @@ This is version 1.7.0 with some changes:
* [x] on error a RuntimeException is thrown instead on lib dramatically dying
* [x] Refactor all method in `camelCase`.
* [ ] Rebuild documentations and tutorials.
* [ ] Complete testunit.

## Installing with composer

Expand Down

0 comments on commit 00990aa

Please sign in to comment.