diff options
author | Alexander Hofstede <alexander@mobbr.com> | 2012-05-17 10:48:11 +0200 |
---|---|---|
committer | Alexander Hofstede <alexander@mobbr.com> | 2012-05-17 10:48:11 +0200 |
commit | c3eb672ed01c57a543dd8cdf1b90eb4001498c19 (patch) | |
tree | a5dd04f4f7c8a39aaa2cd14be2a4e305faf2eb07 /.project | |
parent | e2c374fc474f91cc1c04aaae68e15cef6984f494 (diff) |
Use tab for indent
Diffstat (limited to '.project')
-rw-r--r-- | .project | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.project b/.project new file mode 100644 index 000000000..6f00520a1 --- /dev/null +++ b/.project @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>CodeIgniter</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + </buildSpec> + <natures> + <nature>com.aptana.projects.webnature</nature> + <nature>com.aptana.editor.php.phpNature</nature> + </natures> +</projectDescription> |