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
After version 0.26.0, that added support for editorconfig, it seems that configuration files (.csharpierrc and .editorconfig) are not respected when reading from stdin. Last version that reads printWidth from a .csharpierrc file in current directory is 0.25.0.
The text was updated successfully, but these errors were encountered:
)
* Fixing bug with no longer finding config files for piped in files
closes#1028
* Fix this for piping multiple files, which does contain proper filePath
After version 0.26.0, that added support for editorconfig, it seems that configuration files (.csharpierrc and .editorconfig) are not respected when reading from stdin. Last version that reads
printWidth
from a.csharpierrc
file in current directory is 0.25.0.The text was updated successfully, but these errors were encountered: