Skip to content

Commit 6698784

Browse files
committed
feat: add mago configuration file
1 parent fb85943 commit 6698784

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

mago.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Mago configuration for MageForge
2+
# https://mago.carthage.software/
3+
4+
[source]
5+
paths = ["src/"]
6+
includes = ["../../"]
7+
extensions = ["php", "phtml"]
8+
9+
[parser]
10+
enable-short-tags = false
11+
12+
[formatter]
13+
inline-empty-constructor-braces = false
14+
inline-empty-classlike-braces = false

0 commit comments

Comments
 (0)