How to reproduce: - Netbeans formatting: 4 space - .editorconfig: ``` [*] indent_style = space indent_size = 2 ``` Current result: pressing tab results in 4 spaces Expected result: pressing tab results in 2 spaces
How to reproduce:
Netbeans formatting: 4 space
.editorconfig:
Current result:
pressing tab results in 4 spaces
Expected result:
pressing tab results in 2 spaces