Compare commits

...

2 Commits

Author SHA1 Message Date
3ad5ee6342
fix(ci): only sync master branch
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-12 18:33:35 +02:00
330a01ac0f
fix: add .editorconfig 2021-10-12 18:33:20 +02:00
2 changed files with 14 additions and 0 deletions

View File

@ -95,6 +95,8 @@ steps:
- failure - failure
trigger: trigger:
branch:
- master
event: event:
- push - push
repo: repo:

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false