Add .editorconfig to gitignore

pull/93/head
Bernhard Mueller 7 years ago
parent d8046bf569
commit 890902e6d9
  1. 10
      .editorconfig
  2. 3
      .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

3
.gitignore vendored

@ -12,4 +12,5 @@ dist
*.svg
laser*
lol*
.idea*
.idea*
.editorconfig

Loading…
Cancel
Save