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: