Zaid-Ajaj / Feliz

A fresh retake of the React API in Fable and a collection of high-quality components to build React applications in F#, optimized for happiness
https://zaid-ajaj.github.io/Feliz/
MIT License
534 stars 78 forks source link

[Feliz.Template] Add .editorconfig with Fantomas specific options for Fable/Feliz? #402

Open OkayX6 opened 2 years ago

OkayX6 commented 2 years ago

Hi,

What do you think of adding this small .editorconfig file in the Feliz? After playing around, I think Fantomas is quite usable by now for our scenarios, which has not really been the case before :)?

[*.fs]
fsharp_single_argument_web_mode=true
Zaid-Ajaj commented 2 years ago

Hi @OkayX6 I haven't tried latest Fantomas yet with latest Feliz, gonna check it out first and add the config if it works nicely with other things like hooks and component definitions etc.