Merge pull request #78 from iamvery/trailing-commas

Add trailing commas to multi-line lists and maps
This commit is contained in:
Felipe Seré
2016-04-24 10:44:14 +01:00
10 changed files with 10 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ defmodule Maps do
@person %{
name: "Jon",
last_name: "Snow",
age: 27
age: 27,
}
koan "Maps represent structured data, like a person" do