2 Commits
Author SHA1 Message Date
volker.raschek c2dd4485c3 fix(ci): only sync master branch
continuous-integration/drone/push Build is passing
2021-10-12 18:32:58 +02:00
volker.raschek 83b17de66c fix: add .editorconfig 2021-10-12 18:32:44 +02:00
2 changed files with 14 additions and 0 deletions
+2
View File
@@ -95,6 +95,8 @@ steps:
- failure
trigger:
branch:
- master
event:
- push
repo:
+12
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