Update docs with information about how to use thread-unsafe code in
[salmon.git] / .editorconfig
blob1129a316a897283e0f4e28e3132e3bd45cf536bf
1 # top-most EditorConfig file
2 root = true
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
12 # Python and Markdown
13 [*.py, *.md]
15 # reStructuredText
16 [*.rst]