From c8ad811523539231601021ba7b8324f45ddc12e0 Mon Sep 17 00:00:00 2001 From: Raul Dipeas Date: Sun, 23 Oct 2022 02:02:12 -0300 Subject: [PATCH] ^linux-rdx --- .editorconfig | 17 +++++++++++++++++ .github/workflows/linux-rdx.yml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..92d14a3 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,17 @@ +root = true +[*] +end_of_line = lf +insert_final_newline = false +[*.{js,py}] +charset = utf-8 +[*.py] +indent_style = space +indent_size = 4 +[Makefile] +indent_style = tab +[lib/**.js] +indent_style = space +indent_size = 2 +[{package.json,.travis.yml}] +indent_style = space +indent_size = 2 \ No newline at end of file diff --git a/.github/workflows/linux-rdx.yml b/.github/workflows/linux-rdx.yml index a5930c8..0f37a06 100644 --- a/.github/workflows/linux-rdx.yml +++ b/.github/workflows/linux-rdx.yml @@ -1,4 +1,4 @@ -name: Compilação do kernel Linux RDX +name: Kernel Linux RDX on: push: branches: