vscode-sort-json icon indicating copy to clipboard operation
vscode-sort-json copied to clipboard

Respecting EditorConfig settings

Open marcinsmialek opened this issue 3 years ago • 0 comments

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.

marcinsmialek avatar Feb 01 '21 11:02 marcinsmialek