add config support
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
integers2 = [
|
||||
1, 2, 3
|
||||
]
|
||||
|
||||
integers3 = [
|
||||
1,
|
||||
2, # this is ok
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user