1<?php
2
3$project_files = array(
4'syntax.php'
5);
6
7$indent_char = "  ";