Revision 0a123d398366159ab67ffa4b2a7473b83869f00b authored by James Harris on 10 June 2020, 19:00:14 UTC, committed by GitHub on 10 June 2020, 19:00:14 UTC
1 parent d1b3a20
Raw File
.editorconfig
root = true

[*]
charset = utf8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.agc]
indent_style = tab
tab_width = 8

[*.md]
indent_style = space
indent_size = 2
back to top