You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generated code does not respect the fantomas settings in .editorconfig. The files could be added to .fantomasignore based on some pattern, but it could be convenient if the style was uniform and no convention or tracking of generated code is required.
The generated code does not respect the fantomas settings in
.editorconfig
. The files could be added to.fantomasignore
based on some pattern, but it could be convenient if the style was uniform and no convention or tracking of generated code is required.This is due to using the default settings here
myriad/src/Myriad/Program.fs
Line 191 in 3c9818f
which could be instead loaded using a helper on the EditorConfig module: https://github.com/fsprojects/fantomas/blob/e2aa020de71eaf020f14fc402c9ff03f57006ac5/src/Fantomas/Format.fs#L30
The text was updated successfully, but these errors were encountered: