quickshell/.editorconfig
Andrew Wong 207e6114a3
guix: add guix package definition
This allows the repository to be used as a channel. It can also be used to
enter a development/trial shell.
2025-03-24 22:04:18 -07:00

18 lines
225 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
[*.nix]
indent_style = space
indent_size = 2
[*.{yml,yaml}]
indent_style = space
indent_size = 2
[*.scm]
indent_style = space