richie5um / vscode-sort-json

VSCode Extension to Sort JSON objects
https://marketplace.visualstudio.com/items?itemName=richie5um2.vscode-sort-json
MIT License
110 stars 19 forks source link

Respecting EditorConfig settings #50

Open marcinsmialek opened 3 years ago

marcinsmialek commented 3 years ago

The sorting works properly for me except for the indentation.

My EditorConfig has:

[*.json]
indent_size = 2

However, sort is reformattingthe file with 4-space indents.