fooud/.editorconfig
2025-12-04 00:43:32 -05:00

13 lines
248 B
INI

# EditorConfig is awesome: https://editorconfig.org
# top-most EditorConfig file
root = true
[*.md]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
[*.nix]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true