Handle non-int `indent_size` in .editorconfig
Editorconfig allows the word `tab` to be used for `indent_size`, which will result in it using the value from `tab_width`. However, this was causing a `ValueError` because this condition was not handled.
Loading
Please register or sign in to comment