13 lines
186 B
INI
13 lines
186 B
INI
# .editorconfig
|
|
root = true
|
|
|
|
[*]
|
|
trim_trailing_whitespace = true
|
|
|
|
# Disable for GROMACS template files
|
|
[*.mdp]
|
|
trim_trailing_whitespace = false
|
|
|
|
[*.top]
|
|
trim_trailing_whitespace = false
|