new editorconfig options!!

This commit is contained in:
jacekpoz 2024-07-16 07:57:07 +02:00
parent 7d74ee7ca8
commit 70c30d0785
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -1,3 +1,6 @@
[*.nix] [*.nix]
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
max_line_length = 79
charset = utf-8
trim_trailing_whitespace = true