repo.or.cz
/
inboxen.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request 'Upgrade to 3.12' (#630) from python-3.12 into main
[inboxen.git]
/
.editorconfig
blob
e9fc27a97c4d44598a97e5453558b6d06a288374
1
# top-most EditorConfig file
2
root = true
3
4
# Unix-style newlines with a newline ending every file
5
[*]
6
end_of_line = lf
7
insert_final_newline = true
8
trim_trailing_whitespace = true
9
indent_style = space
10
indent_size = 4
11
12
[{Makefile,*.mk}]
13
indent_style = tab