File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -19,3 +19,12 @@ The following options change the behavior of black when reformatting buffers.
19
19
- ` blacken-skip-string-normalization ` Don't normalize string quotes or prefixes.
20
20
- ` blacken-fast-unsafe ` Skips temporary sanity checks.
21
21
- ` blacken-line-length ` Max line length enforced by blacken.
22
+
23
+ ## license
24
+
25
+ ` blacken.el ` is free software; you can redistribute it and/or modify it
26
+ under the terms of the GNU General Public License as published by the
27
+ Free Software Foundation; either version 3, or (at your option) any later
28
+ version.
29
+
30
+ SPDX-License-Identifier: GPL-3.0-or-later
Original file line number Diff line number Diff line change 6
6
; ; Homepage: https://github.com/proofit404/blacken
7
7
; ; Version: 0.0.1
8
8
; ; Package-Requires: ((emacs "25.2"))
9
+ ; ; SPDX-License-Identifier: GPL-3.0-or-later
9
10
10
11
; ; This file is free software; you can redistribute it and/or modify
11
12
; ; it under the terms of the GNU General Public License as published
You can’t perform that action at this time.
0 commit comments