Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ root = true
charset = utf-8
indent_style = space
insert_final_newline = true
max_line_length = 80
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The pull request description states that an explicit global default for tab_width = 8 is being set, but this setting is missing from the [*] section. This should be added to ensure consistent tab rendering across all file types as intended.

max_line_length = 80
tab_width = 8
References
  1. Consistency: Be consistent with naming convention, style, and other patterns in the code base. (link)

spelling_language = en-US
trim_trailing_whitespace = true
max_line_length = 80

[{BUILD,*.BUILD,*.bzl,*.bazel,.bazelrc,WORKSPACE}]
indent_size = 4
Expand All @@ -38,7 +38,7 @@ indent_size = 4

[{Makefile,makefile,*.mk}]
indent_style = tab
indent_size = 4
Comment thread
mhucka marked this conversation as resolved.
Comment thread
mhucka marked this conversation as resolved.
Comment thread
mhucka marked this conversation as resolved.
tab_width = 8

[{*.cc,*.h}]
indent_size = 2
Expand Down
Loading