Skip to content

Commit

Permalink
Introduce editorconfig (#76)
Browse files Browse the repository at this point in the history
* Added editorconfig file to some normalize of edited files.

* Updated changelog file.
  • Loading branch information
PabloKowalczyk authored Apr 12, 2018
1 parent c72dd82 commit fee83ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
charset = utf-8
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added
- This changelog file
- .editorconfig file

0 comments on commit fee83ba

Please sign in to comment.