1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-06-10 22:56:10 +02:00

Add Nix runtime

This commit is contained in:
Timothy DeHerrera 2021-06-09 19:07:24 -06:00 committed by Blaž Hrastnik
parent 38073fd64c
commit d8df10f295
2 changed files with 96 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,9 @@
indent = [
"if",
"let",
"function",
"attrset",
"list",
"indented_string",
"parenthesized"
]