diff --git a/.gitignore b/.gitignore index 778dc84..5ee1b8c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ .temp .vscode vmf/bundleV1 -vmf/bundleV2 \ No newline at end of file +vmf/bundleV2 diff --git a/.travis.yml b/.travis.yml index 64e73b8..41b0a04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,4 +15,4 @@ install: - luarocks install luacheck script: - - luacheck *.lua vmf \ No newline at end of file + - luacheck *.lua vmf diff --git a/LICENSE b/LICENSE index bca1c8e..cc10117 100644 --- a/LICENSE +++ b/LICENSE @@ -20,4 +20,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/vmf/settings.ini b/vmf/settings.ini index 9b77a15..d66c0e0 100644 --- a/vmf/settings.ini +++ b/vmf/settings.ini @@ -1 +1 @@ -boot_package = "resource_packages/vmf/vmf_resources" \ No newline at end of file +boot_package = "resource_packages/vmf/vmf_resources" diff --git a/vmf/vmf.mod b/vmf/vmf.mod index f8bfbf9..b5e26d9 100644 --- a/vmf/vmf.mod +++ b/vmf/vmf.mod @@ -6,4 +6,4 @@ local ret = { "resource_packages/vmf" } } -return ret \ No newline at end of file +return ret