EditorConfig
EditorConfig copied to clipboard
Is there a way to enforce const to be real Pascal Case only?
Currently, there is no way to prevent the const fields to use all upper case. Even though in .editorconfig, already defined to be pascal_case only, but it doesn't seem to be able to differentiate all_upper vs pascal_case. Any workaround for this?
I'd like to know the answer to this too. How about posting on the dotnet/Roslyn repo?