Skip to content

Commit 6a749d9

Browse files
authored
align empty arrays (#33)
* align empty arrays * disable nightly * 1.6 * coverage
1 parent 80f6fa6 commit 6a749d9

File tree

5 files changed

+151
-129
lines changed

5 files changed

+151
-129
lines changed

.JuliaFormatter.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
always_for_in = true
2+
whitespace_typedefs = true
3+
whitespace_ops_in_indices = true
4+
remove_extra_newlines = true
5+
import_to_using = true
6+
short_to_long_function_def = true

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ jobs:
99
strategy:
1010
matrix:
1111
version:
12-
- '1.0'
12+
- '1.6'
1313
- '1'
14-
- 'nightly'
1514
steps:
1615
- uses: actions/checkout@v2
1716
- uses: julia-actions/setup-julia@latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repo = "https://github.com/bramtayl/JuliennedArrays.jl.git"
55
version = "0.3.0"
66

77
[compat]
8-
julia = "1"
8+
julia = "1.6"
99

1010
[extras]
1111
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

0 commit comments

Comments
 (0)