Add .editorconfig to gitignore

pull/93/head
Bernhard Mueller 7 years ago
parent d8046bf569
commit 890902e6d9
  1. 10
      .editorconfig
  2. 1
      .gitignore

@ -1,10 +0,0 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.py]
indent_style = space
indent_size = 4
charset = utf-8

1
.gitignore vendored

@ -13,3 +13,4 @@ dist
laser*
lol*
.idea*
.editorconfig

Loading…
Cancel
Save