Skip to content

timoteostewart/alphabetize-keys-in-vs-code-settings-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alphabetize-keys-in-vs-code-settings-json

VS Code's default behavior for settings.json is to append new settings to the end, which leaves it too out-of-order for my liking. This small Python program does two things:

  • sort settings.json (or any given json file) alphabetically by the 1st level of keys
  • remove trailing commas that VS Code permits but that don't conform to strict JSON

Installation

Run pip install -r requirements.txt.

Usage

Run python main.py --help for usage.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages