Skip to content

Commit

Permalink
chore: Update .editorconfig (#112)
Browse files Browse the repository at this point in the history
Add support for Markdown and Docker files.

Signed-off-by: Klaus Smolin <smolin@de.ibm.com>
Co-authored-by: Jacob Emery <jacob.emery@ibm.com>
  • Loading branch information
smolin-de and jacobemery committed Apr 10, 2023
1 parent 5e67ad9 commit fb3eb4e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,17 @@ indent_style = space
indent_size = 2
trim_trailing_whitespace = true

[Dockerfile]
indent_size = 4

# Tab indentation (no size specified)
[Makefile]
indent_style = tab

# Don't mess with markdown files
[*.md]
trim_trailing_whitespace = false

[*.py]
indent_size = 4

Expand Down

0 comments on commit fb3eb4e

Please sign in to comment.