diff options
author | Michele Calgaro <[email protected]> | 2023-04-18 20:47:44 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-04-18 20:47:44 +0900 |
commit | 425e16ad894fd23d7c5b061acffba6cd04a1b1db (patch) | |
tree | e1f794e07812bcd59a4b518747bf9dc5c2a5a163 /indenters/__TODO/example.php | |
parent | 11451cea9db07b2a257297de57d76a8dbb7e3a5e (diff) | |
download | universal-indent-gui-tqt-425e16ad894fd23d7c5b061acffba6cd04a1b1db.tar.gz universal-indent-gui-tqt-425e16ad894fd23d7c5b061acffba6cd04a1b1db.zip |
Added code to load last open file or an example or an untitled file.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'indenters/__TODO/example.php')
-rwxr-xr-x | indenters/__TODO/example.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indenters/__TODO/example.php b/indenters/__TODO/example.php new file mode 100755 index 0000000..5817e49 --- /dev/null +++ b/indenters/__TODO/example.php @@ -0,0 +1,4 @@ +<?php +if($code == BAD){$action = REWRITE;}else{$action = KEEP;} +for($i=0; $i<10;$i++){while($j>0){$j++;doCall($i+$j);if($k){$k/=10;}}} +?>
\ No newline at end of file |