repo.or.cz
/
salmon.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update docs with information about how to use thread-unsafe code in
[salmon.git]
/
.editorconfig
blob
1129a316a897283e0f4e28e3132e3bd45cf536bf
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
# Python and Markdown
13
[*.py, *.md]
14
15
# reStructuredText
16
[*.rst]