add .idea to .gitignore, add .editorconfig
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Florian Sorg 2020-12-17 19:06:51 +01:00
parent f8921c8dd1
commit 238580e75c
2 changed files with 12 additions and 0 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
[*.md]
indent_style = space
indent_size = 2

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
.idea/
public/ public/
resources/_gen/ resources/_gen/