Carl Shapiro pushed to branch master at cmucl / cmucl
Commits:
-
8b623d47
by Carl Shapiro at 2024-06-05T17:35:13-07:00
-
d516417e
by Carl Shapiro at 2024-06-06T00:38:22+00:00
1 changed file:
Changes:
1 | +# http://editorconfig.org
|
|
2 | + |
|
3 | +root = true
|
|
4 | + |
|
5 | +[*]
|
|
6 | +indent_style = tab
|
|
7 | +insert_final_newline = true
|
|
8 | +tab_width = 8
|
|
9 | + |
|
10 | +[*.{c,h}]
|
|
11 | +indent_size = 4 |