flake/.editorconfig

22 lines
377 B
INI
Raw Normal View History

2024-02-15 06:21:59 +00:00
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
2024-10-07 08:07:53 +00:00
# Ignore generated files
[*.{diff,patch,tfstate}]
2024-02-15 06:21:59 +00:00
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
# Nix
[*.nix]
indent_size = 2
indent_style = space