11.stylix/.editorconfig
stylix-automation[bot] 1acea29f68
flake: update all inputs (#2035)
Link: https://github.com/nix-community/stylix/pull/2035

Reviewed-by: 0xda157 <da157@voidq.com>
Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Co-authored-by: 0xda157 <da157@voidq.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-12-03 21:59:32 +01:00

19 lines
362 B
INI

# http://editorconfig.org
root = true
[*]
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{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