/codeFormatter

Help format code according to what YOU want.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Code Formatter

Help format code according to what YOU want.

  1. Change the settings in 'config.yml'
  • input file: the file you will be compiling (include the file ending like .js)
  • output file: the file you will be outputting compiled code into
  • curly: inline or newline...

Ex.

alt text

  • function spacing: How many returns between functions
  1. Run the setup file(only the first time running)
  • ./setup.sh
  1. Run the run file to compile
  • ./run.sh