blob: c3c70305a7571bf70599545f56851bbe2fce7786 [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
[*.go]
indent_style = tab
indent_size = unset
[*.{py,fidl,rs,cml}]
indent_size = 4