Skip to content

Commit

Permalink
Use consistent new line following config comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed Sep 18, 2018
1 parent 97f1ff3 commit 99b9490
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/new/config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ use Mix.Config

# Customize non-Elixir parts of the firmware. See
# https://hexdocs.pm/nerves/advanced-configuration.html for details.

config :nerves, :firmware, rootfs_overlay: "rootfs_overlay"

# Use shoehorn to start the main application. See the shoehorn
# docs for separating out critical OTP applications such as those
# involved with firmware updates.

config :shoehorn,
init: [:nerves_runtime<%= if init_gadget? do %>, :nerves_init_gadget<% end %>],
app: Mix.Project.config()[:app]
Expand Down

0 comments on commit 99b9490

Please sign in to comment.