blob: a97f757e1c4e00d729a33e9018c81c1737e6d5e2 [file] [log] [blame]
# This file defines indentation style for the Fuchsia tree in a format usable by many editors.
# For more information on the format and supported editors, see https://editorconfig.org.
[*]
indent_style = space
indent_size = 2
# Bazel/Starlark files.
[{WORKSPACE,*.{bazel,bzl,bzlmod,star}}]
indent_size = 4
[*.go]
indent_style = tab
indent_size = unset
[*.{py,fidl,rs,cml}]
indent_size = 4