My code about Competitive Programming in daily practice
- Remove useless files (empty files, duplicate files, files with no extension name, ...)
- Clean content of files (comments, blanks, ...)
- Add new file
- Reformat files
- Rename files
python manager d
Then input OJ, problem ID and Extension name
python manager.py [options] command [args]
See more info by
python manager.py [command] --help
code type | formatter |
---|---|
c , cc , c , cpp , cs , cxx , h , hpp , java , js , m (Objective-C), mm |
clang-format |
go |
gofmt |
kt |
ktlint |
py |
autopep8 |
pas |
jcf-cli 1 |
rs |
rustfmt |
Footnotes
-
You should copy bin files into
.\tools\bin\jcf
↩