Skip to content

Commit

Permalink
Update editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Feb 3, 2020
1 parent 1e068db commit 335e386
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ insert_final_newline = true
indent_style = space
indent_size = 4

[*.{sh,xml,launch}]
indent_style = tab
indent_size = 4
[{**/*.json,**/*.yaml,**/*.yml}]
indent_size = 2

[**/*.md]
trim_trailing_whitespace = false

[{CMakeLists.txt,package.xml}]
indent_style = space
indent_size = 2

0 comments on commit 335e386

Please sign in to comment.