add .idea to .gitignore, add .editorconfig
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
f8921c8dd1
commit
238580e75c
|
@ -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,2 +1,3 @@
|
|||
.idea/
|
||||
public/
|
||||
resources/_gen/
|
||||
|
|
Loading…
Reference in New Issue