editorconfig

This commit is contained in:
Scott Wadden 2020-02-21 11:12:39 -04:00
parent 803b60d21e
commit 945160b7b0
1 changed files with 10 additions and 0 deletions

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{nim,nimble,nims}]
indent_style = space
indent_size = 2