Skip to content

Commit

Permalink
Merge pull request #1000 from tue-robotics/editorconfig
Browse files Browse the repository at this point in the history
Update editorconfig
  • Loading branch information
ar13pit committed Feb 3, 2020
2 parents bf9bef7 + e8abbc5 commit 71f6395
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 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
9 changes: 5 additions & 4 deletions robot_skills/.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
9 changes: 5 additions & 4 deletions robot_smach_states/.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 71f6395

Please sign in to comment.