Skip to content

Commit

Permalink
Global .editorconfig (matsim-org#2277)
Browse files Browse the repository at this point in the history
* global .editorconfig

* remove ij specific option

* add final newline
  • Loading branch information
rakow authored Nov 14, 2022
1 parent 7dcd531 commit e8cf87e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 104 deletions.
9 changes: 5 additions & 4 deletions contribs/av/.editorconfig → .editorconfig
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@

root = true

[*]
charset = utf-8
end_of_line = lf


[*.java]
indent_style = tab
tab_width = 4
trim_trailing_whitespace = true
insert_final_newline = true
ij_continuation_indent_size = 8
max_line_length = 120
trim_trailing_whitespace = true
max_line_length = 150


[*.{xml, xsd, dtd}]
max_line_length = off
Expand Down
20 changes: 0 additions & 20 deletions contribs/drt-extensions/.editorconfig

This file was deleted.

20 changes: 0 additions & 20 deletions contribs/drt/.editorconfig

This file was deleted.

20 changes: 0 additions & 20 deletions contribs/dvrp/.editorconfig

This file was deleted.

20 changes: 0 additions & 20 deletions contribs/ev/.editorconfig

This file was deleted.

20 changes: 0 additions & 20 deletions contribs/taxi/.editorconfig

This file was deleted.

0 comments on commit e8cf87e

Please sign in to comment.