# .editorconfig
root = true

[*]
trim_trailing_whitespace = true

# Disable for GROMACS template files
[*.mdp]
trim_trailing_whitespace = false

[*.top]
trim_trailing_whitespace = false
