Skip to content

Commit 2a518a6

Browse files
committed
Quick updates to Justfile and EditorConfig
1 parent 0bf5405 commit 2a518a6

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.editorconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ insert_final_newline = true
88
indent_style = space
99
indent_size = 2
1010

11-
[*.bash]
12-
indent_style = table
13-
14-
[*.gpg]
15-
insert_final_newline = false
16-
end_of_line = crlf
17-
1811
[Justfile]
1912
indent_style = space
2013
indent_size = 4

Justfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
hostname := `hostname`
2-
username := `whoami`
3-
42
cachix-cache-name := "tilde"
53
attic-cache-name := "tilde"
64
cache-jobs := "5"
7-
85
nh-build-flags := "--out-link result"
96

107
default:

0 commit comments

Comments
 (0)