diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..af1c2ff --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d3e38dc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto +*.png binary +*.jpg binary diff --git a/LICENSE b/LICENSE index ab60297..f2664af 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 +Copyright (c) 2018 Jonpas Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 4876a55..e56a696 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # FERI-TyrOS -Operating System project for seminar paper at Operating Systems (slo. Operacijski Sistemi) + +Operating System project for seminar paper at Operating Systems + +Týr - Germanic god associated with law and heroic glory in Norse mythology, portrayed as **one-handed**.