added pre-commit hooks; fixed whitespace and capitalization dependent parameter replacement; fixed creation of annealing and emin sim directories

This commit is contained in:
robrobo
2026-06-26 17:38:59 +02:00
parent 3c9edcfa74
commit 3f05cc1caf
21 changed files with 224 additions and 100 deletions
+12
View File
@@ -0,0 +1,12 @@
# .editorconfig
root = true
[*]
trim_trailing_whitespace = true
# Disable for GROMACS template files
[*.mdp]
trim_trailing_whitespace = false
[*.top]
trim_trailing_whitespace = false