1
0
mirror of https://git.pleroma.social/sjw/pleroma.git synced 2024-12-22 20:29:27 +01:00

add formatter

This commit is contained in:
lain 2018-04-21 09:34:23 +02:00
parent 21510f6990
commit ce7618f6f6

3
.formatter.exs Normal file
View File

@ -0,0 +1,3 @@
[
inputs: ["mix.exs", "{config,lib,test}/**/*.{ex,exs}"]
]