Skip to content

Commit 6f8e27b

Browse files
committed
style: fix lint issues
<!-- ps-id: 786b8a00-2acc-4c3d-8f1e-fe86382a3d48 -->
1 parent 7173371 commit 6f8e27b

File tree

2 files changed

+12
-25
lines changed

2 files changed

+12
-25
lines changed

.editorconfig

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,17 @@
11
root = true
22

33
[*]
4-
indent_style = space
4+
indent_style = tab
55
indent_size = 2
66
end_of_line = lf
77
charset = utf-8
88
trim_trailing_whitespace = true
99
insert_final_newline = true
1010

11-
[.vscode/*.json]
12-
insert_final_newline = false
13-
14-
[*.md]
15-
trim_trailing_whitespace = false
16-
17-
[Makefile]
18-
indent_style = tab
19-
20-
[*.mk]
21-
indent_style = tab
22-
23-
[*.go]
24-
indent_style = tab
25-
26-
[go.mod]
27-
indent_style = tab
28-
29-
[.git*]
30-
indent_style = tab
11+
[nix/*]
12+
indent_style = unset
13+
indent_size = unset
14+
end_of_line = unset
15+
charset = unset
16+
trim_trailing_whitespace = unset
17+
insert_final_newline = unset

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ community
4848

4949
Examples of unacceptable behavior include:
5050

51-
* The use of sexualized language or imagery, and sexual attention or
52-
advances of any kind
51+
* The use of sexualized language or imagery, and sexual attention or advances of
52+
any kind
5353
* Trolling, insulting or derogatory comments, and personal or political attacks
5454
* Public or private harassment
5555
* Publishing others' private information, such as a physical or email
56-
address, without their explicit permission
56+
address, without their explicit permission
5757
* Other conduct which could reasonably be considered inappropriate in a
58-
professional setting
58+
professional setting
5959

6060
## Enforcement Responsibilities
6161

0 commit comments

Comments
 (0)