mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2024-11-22 11:14:59 +00:00
5340cb3580
and fully enable creepage drc rule syntax in markdown file.
397 B
397 B
Notes
Version clause must be the first clause. It indicates the syntax version of the file so that future rules parsers can perform automatic updates. It should be set to "1".
Rules should be ordered by specificity. Later rules take precedence over earlier rules; once a matching rule is found no further rules will be checked.
Use Ctrl+/ to comment or uncomment line(s).