Skip to main content

.editorconfig

Metadata

  • Purpose: Source artifact in the anchor-msp system.
  • Domain: root
  • Language: text
  • Bytes: 174
  • Lines: 13
  • Content hash (short): 402c0dce
  • Source (start): .editorconfig:1
  • Source (end): .editorconfig:13

Indexed Symbols

No indexed functions/methods detected in this file.

Markdown Headings (if applicable)

No markdown headings detected.

Source Preview

root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

[*.go]
indent_style = tab