fsprojects / fantomas

FSharp source code formatter
https://fsprojects.github.io/fantomas
Other
770 stars 191 forks source link

Update editorconfig package #2895

Closed nojaf closed 1 year ago

nojaf commented 1 year ago

This uses a cache for parsing editor config files. See https://github.com/editorconfig/editorconfig-core-net/pull/23. I tested this for Fantomas itself (200 files) and could see a slight improvement (50ms faster give or take). This would have more effect when with larger editor configs and nested scenarios. Nonetheless worth having I think.