Replies: 1 comment
-
Merging TOML files is outside the range of the spec, so you'll have to find our own way to do it. However, the proposal you sketch strikes me as likely suboptimal. You have a list of rules, so you want to do thinks like "modify the third rule in the following way"? That'll be very hard to maintain. If each rule is given a name which is they used as part of its table key ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Noob question: in this toml file, I can define another toml file that will be merged with this file and have higher precedence. I only want to change:
to:
What's the most appropriate way to go away this, or do I need to re-define the entire
rules
? I would like the toml file to only contain what's changed from the original file as much as possible to know that everything else is the same just from glancing at it.Beta Was this translation helpful? Give feedback.
All reactions