I am using Visual Studio for Mac, 8.3.4 (build 8)
I have a very simple Visual Studio solution with one small project. I followed the docs exactly to create my .editorconfig file, but when I do Edit -> Format -> Format Document, my options are ignored.
This is my .editorconfig file:
root = true
[*]
indent_style = space
indent_size = 20
insert_final_newline = true
trim_trailing_whitespace = false
And here is proof it is in the correct location: