Skip to content

Commit

Permalink
Merge pull request #1313 from flant/feat_ansible_output_indentation
Browse files Browse the repository at this point in the history
feat: ansible output with indentation
  • Loading branch information
distorhead committed Feb 15, 2019
2 parents 5fb2087 + 5f1bd26 commit b27340f
Show file tree
Hide file tree
Showing 8 changed files with 1,008 additions and 782 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ indent_size = 4
[*.{yml,yaml}]
indent_size = 2
indent_style = space

;python pep8 indentation
[*.py]
indent_style = space
indent_size = 4
1 change: 1 addition & 0 deletions pkg/build/builder/ansible/callback/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# module callback
Loading

0 comments on commit b27340f

Please sign in to comment.