tags:

views:

452

answers:

3

I'm new to this language,is there an editor that can do indentation automatically?

+3  A: 

Notepad++ can handle YAML syntax highlighting and I assume it also auto-indents.

Daniel May
+1  A: 

If you need YAML editor for PHP ORM framework Doctrine or Propel, you can try ORM Designer. It's a visual editor for ERD model with support for import/export to YAML files.

Thomas Freewill
+2  A: 

I'm loving the PhpStorm beta... really nice and cross-platform to boot

Coded Signal