Skip to content

Commit

Permalink
Adding LF EOL enforcment and re-normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
attzonko committed Jul 19, 2018
1 parent e7e44f5 commit 34507f4
Show file tree
Hide file tree
Showing 5 changed files with 708 additions and 707 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
10 changes: 5 additions & 5 deletions mmpy_bot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION = (1, 2, 1)


def get_version():
return '.'.join(map(str, VERSION))
VERSION = (1, 2, 1)


def get_version():
return '.'.join(map(str, VERSION))
Loading

0 comments on commit 34507f4

Please sign in to comment.