File tree Expand file tree Collapse file tree 2 files changed +12
-25
lines changed Expand file tree Collapse file tree 2 files changed +12
-25
lines changed Original file line number Diff line number Diff line change 11root = true
22
33[* ]
4- indent_style = space
4+ indent_style = tab
55indent_size = 2
66end_of_line = lf
77charset = utf-8
88trim_trailing_whitespace = true
99insert_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
Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ community
4848
4949Examples 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
You can’t perform that action at this time.
0 commit comments