declarative-jellyfin/.editorconfig
Sveske-Juice b7fdfe57e6
All checks were successful
Run tests / run_tests (push) Successful in 1m15s
Nettle C Program for generating pbkdf2-sha512 hash
2025-04-05 22:30:39 +02:00

17 lines
237 B
INI

root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
# Indentation
[*.nix]
indent_style = space
indent_size = 2
[*.c]
indent_style = space
indent_size = 4