From 1a038f5f9ecbe0b825beb90e67661b75e31a42e1 Mon Sep 17 00:00:00 2001 From: Dominik Frantisek Bucik Date: Mon, 6 Dec 2021 14:48:23 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20Removed=20.travis=20and?= =?UTF-8?q?=20.editorconfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 14 -------------- .travis.yml | 6 ------ 2 files changed, 20 deletions(-) delete mode 100644 .editorconfig delete mode 100644 .travis.yml diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index a9ae15860..000000000 --- a/.editorconfig +++ /dev/null @@ -1,14 +0,0 @@ -# EditorConfig is awesome: http://EditorConfig.org - -# top-most EditorConfig file -root = true - -# Unix-style newlines with a newline ending every file -[*] -end_of_line = lf -insert_final_newline = true - -# 4 space - Tab indentation -[*.{java,xml,js,html}] -indent_style = tab -indent_size = 4 diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 22d732e4f..000000000 --- a/.travis.yml +++ /dev/null @@ -1,6 +0,0 @@ -language: java -dist: xenial -jdk: - - openjdk8 -after_success: - - bash <(curl -s https://codecov.io/bash)