Skip to content

Commit

Permalink
Merge branch 'release/1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Leodau committed Nov 24, 2017
2 parents b8b22ea + 7a6379e commit da4d65b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ Bootstrap **CORRECTLY** your C projects in just 1 command.

Initialize a project that follows/has:
* EPITECH's Coding Style.
* Criterion Basic Testing Architecture.
* Criterion Basic Example Architecture.
* Complete .gitignore file.
* .editorconfig file for those using Atom.

## Usage
### Install
Expand Down
9 changes: 9 additions & 0 deletions package/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
indent_style = tab
indent_size = 8
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false

0 comments on commit da4d65b

Please sign in to comment.