toml 文件中键的命名约定

Mah*_*yar 6 naming-conventions toml

查看toml存储库,我没有看到有关键命名约定的任何限制/建议

看起来大多数变量都是,lowercase但想知道键的最佳实践 - 命名约定 - 是什么?

假设我想要一把钥匙,firstname哪个更好?

firstname

first_name

first-name

firstName

FirstName

Jac*_*cob 4

标准是underscore_naming. 它没有记录,但大多数 .toml 文件都使用它。