don't create infinite loop threads, finally fixes #17
This commit is contained in:
parent
cb48a21da4
commit
90e3cfc64c
5 changed files with 25 additions and 4 deletions
|
@ -6,8 +6,8 @@ root = true
|
|||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
indent_style = tab
|
||||
indent_size = 2
|
||||
|
||||
# Markdown
|
||||
[*.md]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue