Skip to content

Commit

Permalink
Adjusted to 140 width.
Browse files Browse the repository at this point in the history
Added config for XML, MTF, and BLK as a precaution
  • Loading branch information
rjhancock committed Sep 20, 2024
1 parent 736c963 commit 036eda5
Show file tree
Hide file tree
Showing 2 changed files with 369 additions and 352 deletions.
19 changes: 18 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,27 @@ indent_size = 4
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 100 # Google Style Guide
max_line_length = 140 # Google Style Guide
curly_bracket_next_line = false
spaces_around_operators = true
spaces_around_brackets = "both"
indent_brace_style = "K&R"
wildcard_import_limit = 10
continuation_indent_size = 4 # Google Style Guid

[*.xml]
indent_style = "space"
indent_size = 4
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true

[*.blk]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true

[*.mtf]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
Loading

0 comments on commit 036eda5

Please sign in to comment.