mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
de94878b6b
Add a module to generate `~/.editorconfig` configuration file. Co-authored-by: Robert Helgesson <robert@rycee.net> Co-authored-by: Sumner Evans <me@sumnerevans.com>
15 lines
223 B
Text
15 lines
223 B
Text
# Generated by Home Manager
|
|
root=true
|
|
|
|
[*]
|
|
charset=utf-8
|
|
end_of_line=lf
|
|
indent_style=space
|
|
insert_final_newline=true
|
|
max_line_width=78
|
|
trim_trailing_whitespace=true
|
|
|
|
[*.md]
|
|
indent_size=unset
|
|
trim_trailing_whitespace=false
|
|
|