Skip to content

Commit

Permalink
Added .editorconfig and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
greeny committed Jul 11, 2019
1 parent 9e61f8b commit fc4c993
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
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
trim_trailing_whitespace = true
charset = utf-8
indent_style = tab
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# IDE stuff
.idea
.vscode

# Project
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Tomáš Blatný
Copyright (c) 2019 greeny, LancelotP

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit fc4c993

Please sign in to comment.