This commit is contained in:
Kacper Kostka
2023-01-08 15:29:39 +01:00
parent ae81fd77fd
commit c8420db675
131 changed files with 6702 additions and 63 deletions

9
mods/i3/.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
[*]
end_of_line = lf
[*.{lua,txt,md,json}]
charset = utf8
indent_size = 8
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true