build(teal): initial teal config
This commit is contained in:
parent
f01ad65e05
commit
2fcd75cc3d
|
@ -11,6 +11,9 @@ insert_final_newline = true
|
||||||
[*.lua]
|
[*.lua]
|
||||||
indent_size = 3
|
indent_size = 3
|
||||||
|
|
||||||
|
[*.{tl,d.tl}]
|
||||||
|
indent_size = 3
|
||||||
|
|
||||||
[justfile]
|
[justfile]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
lua_modules
|
lua_modules
|
||||||
generated
|
generated
|
||||||
|
build
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
return {
|
||||||
|
build_dir = "build",
|
||||||
|
source_dir = "src",
|
||||||
|
include_dir = {
|
||||||
|
"src/awesomewm.d.tl",
|
||||||
|
"types",
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in New Issue