HeavenVolkoff / format.sh

Simple code format script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

format.sh

Shell script that executes language specific code styling tools (standarjs, black, isort...) on a given file.

Structure

  • read_config.py:

    A simple python script that allows the reading keys from a config file.

  • format_watcher.xml:

    Configuration file that runs format.sh on every file saved by a JetBrains IDE.

About

Simple code format script


Languages

Language:Shell 92.2%Language:Python 7.8%