Skip to content

Commit 797e07a

Browse files
committed
feat(ci.yml): Edit .editorconfig .gitignore .prettierrc files and statix.toml
1 parent c8eb17b commit 797e07a

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

.editorconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ insert_final_newline = true
88
trim_trailing_whitespace = true
99
indent_style = space
1010
indent_size = 2
11-
max_line_length = 80
1211

1312
[*.{d,h,hpp,c,cpp,cxx,cs,hs,java,kt,py,rs,sol}]
1413
indent_size = 4

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ matrix-post.json
2222
comment.md
2323

2424
# Pre Commit
25-
.pre-commit-config.yaml
25+
.pre-commit-config.yaml

.prettierrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"semi": true,
66
"arrowParens": "avoid",
77
"trailingComma": "all"
8-
}
8+
}

shells/ci.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ pkgs.mkShellNoCC {
33
packages = with pkgs; [
44
jq
55
nix-eval-jobs
6+
figlet
67
];
78

89
shellHook =

statix.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
disabled = [
22
"empty_pattern"
3-
]
3+
]

0 commit comments

Comments
 (0)