Skip to content

Subject terminating dot on a new line (new formatting option suggestion) #28

@hoijui

Description

@hoijui

I would like to have this as a formatting option. It would look like this:

off:

@prefix : <http://example.com/> .

:test
  :blorb "blorb" ;
  :floop "floop" .

on:

@prefix : <http://example.com/> .

:test
  :blorb "blorb" ;
  :floop "floop" ;
  .

I prefer it this way to minimize diffs when adding/removing a new predicate-object pair at the end of the subject.

Opinions?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions