1
1
Fork 0

^linux-rdx

This commit is contained in:
Raul Dipeas 2022-10-23 02:02:12 -03:00 committed by GitHub
parent 48d9bd4725
commit c8ad811523
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 1 deletions

17
.editorconfig Normal file
View File

@ -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

View File

@ -1,4 +1,4 @@
name: Compilação do kernel Linux RDX
name: Kernel Linux RDX
on:
push:
branches: