Skip to content
Open
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
12 changes: 7 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@

root = true

# We follow the TensorFlow coding style
# https://www.tensorflow.org/community/contribute/code_style
# We follow TF's style: https://tensorflow.org/community/contribute/code_style

# IMPORTANT: some of the other config files (.clang-format, etc.) also have
# the same settings and need to be updated if changes are made to this file.
# IMPORTANT: some of the other config files (e.g., .pylintrc) also have settings
# for the same properties & need to be updated if changes are made to this file.
Comment thread
mhucka marked this conversation as resolved.
[*]
charset = utf-8
indent_style = space
Expand All @@ -28,7 +27,10 @@ spelling_language = en-US
trim_trailing_whitespace = true
max_line_length = 80

[{BUILD,*.BUILD,*.bzl,*.bazel,.bazelrc,WORKSPACE}]
[{BUILD,*.bzl,*.bazel,.bazelrc,WORKSPACE}]
indent_size = 4

[Dockerfile]
indent_size = 4
Comment thread
mhucka marked this conversation as resolved.

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