From d03316246b629848dc1639a003517535bf6455f4 Mon Sep 17 00:00:00 2001 From: Azumgi <4zumgi@gmail.com> Date: Tue, 1 Jan 2019 06:08:51 +0300 Subject: [PATCH] Add new line at end of all files --- .gitignore | 2 +- .travis.yml | 2 +- LICENSE | 2 +- vmf/settings.ini | 2 +- vmf/vmf.mod | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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