Skip to content

Remove Old Style .. Format #18

Description

@elementx54

I'd like a nice way to have an old input with

[Mesh]
  [./a_sub_block]
    type = NewMesh
  [../]
[]

changed into the new format looking like

[Mesh]
  [a_sub_block]
    type = NewMesh
  []
[]

The highlighting has not been updated to the new format, but other things have. A second look wouldn't hurt.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions