11.stylix/.editorconfig
0xda157 6d5708ee0c
flake: use 25.11 branch of dependencies (#2026)
Link: https://github.com/nix-community/stylix/pull/2026

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-12-02 17:40:02 +01:00

20 lines
378 B
INI

# http://editorconfig.org
root = true
[*]
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
charset = unset
[*.{diff,patch}]
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
[*.{md,nix,hx,json,css,html,xml,svg,tmTheme}{,.mustache}]
indent_size = 2
[*.{bash,py,sh}{,.mustache}]
indent_size = 4