├── .gitattributes ├── .gitignore ├── .vscode └── tasks.json ├── README.md ├── formatex.inc ├── pawn.json └── test.pwn /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Southclaws/formatex/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Southclaws/formatex/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Southclaws/formatex/HEAD/.vscode/tasks.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Southclaws/formatex/HEAD/README.md -------------------------------------------------------------------------------- /formatex.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Southclaws/formatex/HEAD/formatex.inc -------------------------------------------------------------------------------- /pawn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Southclaws/formatex/HEAD/pawn.json -------------------------------------------------------------------------------- /test.pwn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Southclaws/formatex/HEAD/test.pwn --------------------------------------------------------------------------------